Home
last modified time | relevance | path

Searched defs:cond_create (Results 1 – 9 of 9) sorted by relevance

/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dthreads.c44 bor_cond *cond_create(void) in cond_create() function
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dthreads.c44 bor_cond *cond_create(void) in cond_create() function
/dports/games/openbor4432/openbor-ba1eb4f/engine/wii/
H A Dthreads.c67 bor_cond *cond_create() in cond_create() function
/dports/games/openbor/openbor-3caaddd5/engine/wii/
H A Dthreads.c67 bor_cond *cond_create() in cond_create() function
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dthreading_pthread.c190 cond_create (void) { in cond_create() function
H A Ddeadbeef.h611 uintptr_t (*cond_create) (void); member
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/
H A Dwal_sys_api.cpp166 int cond_create( cond_t* c ) in cond_create() function
H A Dwal_sys_api.h500 inline int cond_create( cond_t* c ) { return pthread_cond_init( c, 0 ); } in cond_create() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/irt/
H A Dirt.h333 int (*cond_create)(int *cond_handle); member