Home
last modified time | relevance | path

Searched refs:cond_create (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dthreading.h63 cond_create (void);
H A Dhandler.c72 h->cond = cond_create (); in handler_alloc()
H A Dmessagepump.c58 cond = cond_create (); in messagepump_init()
H A Dthreading_pthread.c190 cond_create (void) { in cond_create() function
H A Dplugins.c163 .cond_create = cond_create,
H A Ddeadbeef.h611 uintptr_t (*cond_create) (void); member
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/irt/
H A Dirt_cond.c11 int rv = NACL_SYSCALL(cond_create)(); in nacl_irt_cond_create()
H A Dirt.h333 int (*cond_create)(int *cond_handle); member
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dthreads.h48 bor_cond *cond_create(void);
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dthreads.h48 bor_cond *cond_create(void);
/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/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/
H A Dwal_sys_api.h476 int cond_create( cond_t* c );
500 inline int cond_create( cond_t* c ) { return pthread_cond_init( c, 0 ); } in cond_create() function
H A Dwal_sys_api.cpp166 int cond_create( cond_t* c ) in cond_create() function
H A Dwal.h300 cond_create( &_cond ); in Cond()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/gc_instrumentation/
H A Dgc_instrumentation.c207 CHECK(irt_cond.cond_create(&cond_handle) == 0); in test_syscall_wrappers()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/artwork/
H A Dcache.c239 thread_cond = deadbeef->cond_create (); in start_cache_cleaner()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/webmlib/
H A Dvidplay.c109 queue->not_full = cond_create(); in queue_init()
110 queue->not_empty = cond_create(); in queue_init()
/dports/games/openbor/openbor-3caaddd5/engine/source/webmlib/
H A Dvidplay.c109 queue->not_full = cond_create(); in queue_init()
110 queue->not_empty = cond_create(); in queue_init()
/dports/lang/yap/yap-6.2.2/pl/
H A Dthreads.yap579 '$cond_create'(Cond),
603 '$cond_create'(Cond),
612 '$cond_create'(Cond),
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dcoverart.c638 cond = deadbeef->cond_create (); in cover_art_init()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/lastfm/
H A Dlastfm.c776 lfm_cond = deadbeef->cond_create (); in lastfm_start()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/converter/
H A Dconvgui.c149 ctl.cond = deadbeef->cond_create (); in overwrite_prompt()

12