#include <pthread.h>
Go to the source code of this file.
Functions | |
int | jack_acquire_real_time_scheduling (pthread_t thread, int priority) |
int | jack_client_create_thread (jack_client_t *client, pthread_t *thread, int priority, int realtime, void *(*start_routine)(void *), void *arg) |
int | jack_drop_real_time_scheduling (pthread_t thread) |
|
Attempt to enable realtime scheduling for a thread. On some systems that may require special privileges.
|
|
Create a thread for JACK or one of its clients. The thread is created executing start_routine with arg as its sole argument.
|
|
Drop realtime scheduling for a thread.
|