25#ifndef PIPEWIRE_THREAD_H
26#define PIPEWIRE_THREAD_H
45#define pw_thread_utils_create(...) spa_thread_utils_create(pw_thread_utils_get(), ##__VA_ARGS__)
46#define pw_thread_utils_join(...) spa_thread_utils_join(pw_thread_utils_get(), ##__VA_ARGS__)
47#define pw_thread_utils_get_rt_range(...) spa_thread_utils_get_rt_range(pw_thread_utils_get(), ##__VA_ARGS__)
48#define pw_thread_utils_acquire_rt(...) spa_thread_utils_acquire_rt(pw_thread_utils_get(), ##__VA_ARGS__)
49#define pw_thread_utils_drop_rt(...) spa_thread_utils_drop_rt(pw_thread_utils_get(), ##__VA_ARGS__)
struct spa_thread_utils * pw_thread_utils_get(void)
Definition: thread.c:92
void pw_thread_utils_set(struct spa_thread_utils *impl)
Definition: thread.c:84
Definition: access-flatpak.c:63
Definition: redhat-linux-build/doc/spa/support/thread.h:52