Searched defs:cond (Results 1 - 25 of 43) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_init/
H A D2-1.c18 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
H A D3-1.c21 pthread_cond_t cond; local
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/
H A D3-1.c20 pthread_cond_t cond; local
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/speculative/
H A D4-1.c31 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dassertions.c83 default_assertion_failed(const char *file, int line, assertion_type type, const char *cond, int print_errno) argument
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-1.c26 pthread_cond_t cond; member in struct:testdata
H A D2-1.c27 pthread_cond_t cond; member in struct:testdata
H A D4-1.c26 pthread_cond_t cond; member in struct:testdata
H A D2-2.c30 pthread_cond_t cond; member in struct:testdata
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D1-1.c28 pthread_cond_t cond; member in struct:testdata
H A D2-1.c35 pthread_cond_t cond; member in struct:testdata
H A D2-2.c31 pthread_cond_t cond; member in struct:testdata
H A D2-3.c30 pthread_cond_t cond; member in struct:testdata
H A D3-1.c28 pthread_cond_t cond; member in struct:testdata
H A D4-1.c28 pthread_cond_t cond; member in struct:testdata
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D1-1.c25 pthread_cond_t cond; member in struct:testdata
H A D2-1.c25 pthread_cond_t cond; member in struct:testdata
H A D3-1.c23 pthread_cond_t cond; member in struct:testdata
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp30 pthread_cond_init(pthread_cond_t* cond, const pthread_condattr_t* _attr) argument
48 pthread_cond_destroy(pthread_cond_t* cond) argument
55 cond_wait(pthread_cond_t* cond, pthread_mutex_t* mutex, bigtime_t timeout) argument
100 cond_signal(pthread_cond_t* cond, bool broadcast) argument
112 pthread_cond_wait(pthread_cond_t* cond, pthread_mutex_t* _mutex) argument
119 pthread_cond_timedwait(pthread_cond_t* cond, pthread_mutex_t* mutex, const struct timespec* tv) argument
131 pthread_cond_broadcast(pthread_cond_t* cond) argument
139 pthread_cond_signal(pthread_cond_t* cond) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D1-1.c27 pthread_cond_t cond; member in struct:testdata
H A D2-1.c28 pthread_cond_t cond; member in struct:testdata
H A D2-2.c30 pthread_cond_t cond; member in struct:testdata
H A D4-1.c27 pthread_cond_t cond; member in struct:testdata
/haiku-fatelf/src/bin/gdb/gdb/
H A Dtracepoint.h69 struct expression *cond; member in struct:tracepoint
/haiku-fatelf/src/libs/x86emu/
H A Dops2.c116 int cond = 0; local
211 int cond = 0; local
[all...]

Completed in 128 milliseconds

12