Home
last modified time | relevance | path

Searched defs:cond_wait (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/lang/perl5.34/perl-5.34.0/dist/threads-shared/lib/threads/
H A Dshared.pm36 sub cond_wait (\[$@%];\[$@%]) { undef } subroutine
/dports/lang/perl5.30/perl-5.30.3/dist/threads-shared/lib/threads/
H A Dshared.pm36 sub cond_wait (\[$@%];\[$@%]) { undef } subroutine
/dports/lang/perl5.32/perl-5.32.1/dist/threads-shared/lib/threads/
H A Dshared.pm36 sub cond_wait (\[$@%];\[$@%]) { undef } subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/threads-shared/lib/threads/
H A Dshared.pm36 sub cond_wait (\[$@%];\[$@%]) { undef } subroutine
/dports/devel/p5-threads-shared/threads-shared-1.59/lib/threads/
H A Dshared.pm36 sub cond_wait (\[$@%];\[$@%]) { undef } subroutine
/dports/cad/repsnapper/repsnapper-2.5a4/src/printer/
H A Dthread.h42 #define cond_wait pthread_cond_wait macro
67 inline int cond_wait( cond_t *c, mutex_t *m ) { g_cond_wait( c, m ); return 0; }; in cond_wait() function
88 inline int cond_wait( cond_t *c, mutex_t *m ) { g_cond_wait( *c, *m ); return 0; }; in cond_wait() function
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.threads/
H A Dpthread_cond_wait.c25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
H A Dbp_in_thread.c25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
H A Dhand-call-in-threads.c47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
H A Dinterrupted-hand-call.c53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Dpthread_cond_wait.c26 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
H A Dbp_in_thread.c25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
H A Dhand-call-in-threads.c47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.threads/
H A Dpthread_cond_wait.c28 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
/dports/comms/scrcpy/scrcpy-1.9/app/src/
H A Dlock_util.h26 cond_wait(SDL_cond *cond, SDL_mutex *mutex) { in cond_wait() function
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.threads/
H A Dbp_in_thread.c25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
H A Dpthread_cond_wait.c25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
H A Dhand-call-in-threads.c47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
H A Dinterrupted-hand-call.c53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.threads/
H A Dpthread_cond_wait.c28 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) in cond_wait() function
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dwinxp.cpp89 BOOL WINAPI cond_wait(ConditionVariable *cond, CRITICAL_SECTION *mutex, DWORD wait) in cond_wait() function
/dports/multimedia/x265/source/common/
H A Dwinxp.cpp89 BOOL WINAPI cond_wait(ConditionVariable *cond, CRITICAL_SECTION *mutex, DWORD wait) in cond_wait() function
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dwinxp.cpp89 BOOL WINAPI cond_wait(ConditionVariable *cond, CRITICAL_SECTION *mutex, DWORD wait) in cond_wait() function
/dports/audio/sphinx3/sphinx3-0.8/src/programs/
H A Dmain_livedecode.c98 #define cond_wait(c) WaitForSingleObject(c, INFINITE) macro
118 #define cond_wait(c) { \ macro
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dthreads.h54 #define cond_wait(x,m) pthread_cond_wait(&x, &m) macro
97 #define cond_wait(x,m) {mutex_unlock(m);WaitForSingleObject(x, INFINITE);mutex_lock(m);} macro

1234567891011