Home
last modified time | relevance | path

Searched refs:PL_CHECK_ERR (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Dpl_thread.h66 PL_CHECK_ERR(pl_mutex_init_type_internal(mutex, mtype))
69 PL_CHECK_ERR(pl_mutex_init_type_internal(mutex, PL_MUTEX_NORMAL))
H A Dpl_thread_win32.h32 PL_CHECK_ERR(pl_mutex_init_type_internal(mutex, mtype))
H A Dcommon.h165 #define PL_CHECK_ERR(expr) \ macro
/dports/graphics/libplacebo/libplacebo-4.157.0/src/utils/
H A Dframe_queue.c110 PL_CHECK_ERR(pl_cond_init(&p->wakeup)); in pl_queue_create()