5#ifndef PIPEWIRE_THREAD_H
6#define PIPEWIRE_THREAD_H
32#define pw_thread_utils_create(...) spa_thread_utils_create(pw_thread_utils_get(), ##__VA_ARGS__)
33#define pw_thread_utils_join(...) spa_thread_utils_join(pw_thread_utils_get(), ##__VA_ARGS__)
34#define pw_thread_utils_get_rt_range(...) spa_thread_utils_get_rt_range(pw_thread_utils_get(), ##__VA_ARGS__)
35#define pw_thread_utils_acquire_rt(...) spa_thread_utils_acquire_rt(pw_thread_utils_get(), ##__VA_ARGS__)
36#define pw_thread_utils_drop_rt(...) spa_thread_utils_drop_rt(pw_thread_utils_get(), ##__VA_ARGS__)
void * pw_thread_fill_attr(const struct spa_dict *props, void *attr)
Definition: thread.c:28
struct spa_thread_utils * pw_thread_utils_get(void)
Definition: thread.c:138
void pw_thread_utils_set(struct spa_thread_utils *impl)
Definition: thread.c:132
#define SPA_DEPRECATED
Definition: defs.h:279
Definition: utils/dict.h:39
Definition: spa/include/spa/support/thread.h:45