Go to the source code of this file.
|
struct spa_thread * | spa_thread_utils_create (struct spa_thread_utils *o, const struct spa_dict *props, void *(*start_routine)(void *), void *arg) |
|
int | spa_thread_utils_join (struct spa_thread_utils *o, struct spa_thread *thread, void **retval) |
|
int | spa_thread_utils_get_rt_range (struct spa_thread_utils *o, const struct spa_dict *props, int *min, int *max) |
|
int | spa_thread_utils_acquire_rt (struct spa_thread_utils *o, struct spa_thread *thread, int priority) |
|
int | spa_thread_utils_drop_rt (struct spa_thread_utils *o, struct spa_thread *thread) |
|
◆ SPA_VERSION_THREAD_UTILS_METHODS
#define SPA_VERSION_THREAD_UTILS_METHODS 0 |