jack_acquire_real_time_scheduling

Attempt to enable realtime scheduling for a thread. On some systems that may require special privileges.

@param thread POSIX thread ID. @param priority requested thread priority.

@returns 0, if successful; EPERM, if the calling process lacks required realtime privileges; otherwise some other error number.

extern (C)
int
jack_acquire_real_time_scheduling
(
jack_native_thread_t thread
,)

Meta