jack_client_stop_thread

Stop the thread, waiting for the thread handler to terminate.

@param thread POSIX thread ID.

@returns 0, if successful; otherwise an error number.

extern (C)
int
jack_client_stop_thread
(
jack_client_t* client
,
jack_native_thread_t thread
)

Meta