/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/punctuation/ |
D | paren_if.hpp | 23 # define BOOST_PP_LPAREN_IF(cond) BOOST_PP_IF(cond, BOOST_PP_LPAREN, BOOST_PP_EMPTY)() argument 25 # define BOOST_PP_LPAREN_IF(cond) BOOST_PP_LPAREN_IF_I(cond) argument 26 # define BOOST_PP_LPAREN_IF_I(cond) BOOST_PP_IF(cond, BOOST_PP_LPAREN, BOOST_PP_EMPTY)() argument 32 # define BOOST_PP_RPAREN_IF(cond) BOOST_PP_IF(cond, BOOST_PP_RPAREN, BOOST_PP_EMPTY)() argument 34 # define BOOST_PP_RPAREN_IF(cond) BOOST_PP_RPAREN_IF_I(cond) argument 35 # define BOOST_PP_RPAREN_IF_I(cond) BOOST_PP_IF(cond, BOOST_PP_RPAREN, BOOST_PP_EMPTY)() argument
|
/external/cronet/stable/third_party/apache-portable-runtime/src/locks/netware/ |
D | thread_cond.c | 29 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; in thread_cond_cleanup() local 35 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 59 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 67 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 77 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 83 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast() 89 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/locks/netware/ |
D | thread_cond.c | 29 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; in thread_cond_cleanup() local 35 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 59 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 67 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 77 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 83 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast() 89 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy()
|
/external/skia/include/private/base/ |
D | SkAssert.h | 33 #define SK_ASSUME(cond) __builtin_assume(cond) argument 36 #define SK_ASSUME(cond) __attribute__((assume(cond))) argument 39 #define SK_ASSUME(cond) ((cond) ? (void)0 : __builtin_unreachable()) argument 42 #define SK_ASSUME(cond) __assume(cond) argument 44 #define SK_ASSUME(cond) ((void)0) argument 90 #define SkASSERT_RELEASE(cond) \ argument 95 #define SkASSERTF_RELEASE(cond, fmt, ...) \ argument 100 #define SkASSERT_RELEASE(cond) \ argument 103 #define SkASSERTF_RELEASE(cond, fmt, ...) \ argument 110 #define SkASSERT(cond) SkASSERT_RELEASE(cond) argument [all …]
|
/external/cronet/tot/third_party/apache-portable-runtime/src/locks/win32/ |
D | thread_cond.c | 29 apr_thread_cond_t *cond = data; in thread_cond_cleanup() local 35 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 59 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy() 64 static APR_INLINE apr_status_t _thread_cond_timedwait(apr_thread_cond_t *cond, in _thread_cond_timedwait() 115 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 121 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 130 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 149 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/locks/win32/ |
D | thread_cond.c | 29 apr_thread_cond_t *cond = data; in thread_cond_cleanup() local 35 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 59 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy() 64 static APR_INLINE apr_status_t _thread_cond_timedwait(apr_thread_cond_t *cond, in _thread_cond_timedwait() 115 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 121 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 130 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 149 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/locks/os2/ |
D | thread_cond.c | 26 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 32 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 38 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 44 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 49 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast() 54 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/locks/os2/ |
D | thread_cond.c | 26 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 32 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 38 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 44 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 49 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast() 54 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/locks/unix/ |
D | thread_cond.c | 26 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; in thread_cond_cleanup() local 38 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 63 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 77 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 102 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 115 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast() 128 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/locks/unix/ |
D | thread_cond.c | 26 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; in thread_cond_cleanup() local 38 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 63 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 77 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 102 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 115 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast() 128 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/locks/beos/ |
D | thread_cond.c | 25 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; in thread_cond_cleanup() local 49 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 83 static apr_status_t do_wait(apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, in do_wait() 130 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 136 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 143 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 159 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast() 175 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/locks/beos/ |
D | thread_cond.c | 25 apr_thread_cond_t *cond = (apr_thread_cond_t *)data; in thread_cond_cleanup() local 49 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() 83 static apr_status_t do_wait(apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, in do_wait() 130 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond, in apr_thread_cond_wait() 136 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond, in apr_thread_cond_timedwait() 143 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond) in apr_thread_cond_signal() 159 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond) in apr_thread_cond_broadcast() 175 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond) in apr_thread_cond_destroy()
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.cc | 1923 void Assembler::adc(Condition cond, in adc() 2011 void Assembler::adcs(Condition cond, in adcs() 2099 void Assembler::add(Condition cond, in add() 2316 void Assembler::add(Condition cond, Register rd, const Operand& operand) { in add() 2348 void Assembler::adds(Condition cond, in adds() 2502 void Assembler::addw(Condition cond, in addw() 2538 void Assembler::adr(Condition cond, in adr() 2663 bool Assembler::adr_info(Condition cond, in adr_info() 2697 void Assembler::and_(Condition cond, in and_() 2785 void Assembler::ands(Condition cond, in ands() [all …]
|
D | macro-assembler-aarch32.h | 555 void Adr(Condition cond, Register rd, RawLiteral* literal) { in Adr() 578 void Ldr(Condition cond, Register rt, RawLiteral* literal) { in Ldr() 599 void Ldrb(Condition cond, Register rt, RawLiteral* literal) { in Ldrb() 620 void Ldrd(Condition cond, Register rt, Register rt2, RawLiteral* literal) { in Ldrd() 644 void Ldrh(Condition cond, Register rt, RawLiteral* literal) { in Ldrh() 665 void Ldrsb(Condition cond, Register rt, RawLiteral* literal) { in Ldrsb() 686 void Ldrsh(Condition cond, Register rt, RawLiteral* literal) { in Ldrsh() 707 void Vldr(Condition cond, DataType dt, DRegister rd, RawLiteral* literal) { in Vldr() 729 void Vldr(Condition cond, DRegister rd, RawLiteral* literal) { in Vldr() 736 void Vldr(Condition cond, DataType dt, SRegister rd, RawLiteral* literal) { in Vldr() [all …]
|
/external/pytorch/c10/util/ |
D | Exception.h | 394 #define TORCH_INTERNAL_ASSERT(cond, ...) \ argument 408 #define TORCH_INTERNAL_ASSERT(cond, ...) \ argument 441 #define TORCH_CHECK_WITH(error_t, cond, ...) \ argument 445 #define TORCH_CHECK_MSG(cond, type, ...) \ argument 447 #define TORCH_CHECK_WITH_MSG(error_t, cond, type, ...) \ argument 469 #define TORCH_CHECK_MSG(cond, type, ...) \ argument 476 #define TORCH_CHECK_WITH_MSG(error_t, cond, type, ...) \ argument 524 #define TORCH_CHECK(cond, ...) \ argument 533 #define TORCH_CHECK(cond, ...) \ argument 547 #define TORCH_CHECK_IF_NOT_ON_CUDA(cond, ...) argument [all …]
|
/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 329 void Await(const Condition& cond) { in Await() 341 void LockWhen(const Condition& cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in LockWhen() 346 void ReaderLockWhen(const Condition& cond) ABSL_SHARED_LOCK_FUNCTION() { in ReaderLockWhen() 351 void WriterLockWhen(const Condition& cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in WriterLockWhen() 376 bool AwaitWithTimeout(const Condition& cond, absl::Duration timeout) { in AwaitWithTimeout() 380 bool AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline() 395 bool LockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in LockWhenWithTimeout() 400 bool ReaderLockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in ReaderLockWhenWithTimeout() 405 bool WriterLockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in WriterLockWhenWithTimeout() 421 bool LockWhenWithDeadline(const Condition& cond, absl::Time deadline) in LockWhenWithDeadline() [all …]
|
/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 328 void Await(const Condition& cond) { in Await() 340 void LockWhen(const Condition& cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in LockWhen() 345 void ReaderLockWhen(const Condition& cond) ABSL_SHARED_LOCK_FUNCTION() { in ReaderLockWhen() 350 void WriterLockWhen(const Condition& cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in WriterLockWhen() 375 bool AwaitWithTimeout(const Condition& cond, absl::Duration timeout) { in AwaitWithTimeout() 379 bool AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline() 394 bool LockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in LockWhenWithTimeout() 399 bool ReaderLockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in ReaderLockWhenWithTimeout() 404 bool WriterLockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in WriterLockWhenWithTimeout() 420 bool LockWhenWithDeadline(const Condition& cond, absl::Time deadline) in LockWhenWithDeadline() [all …]
|
/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 329 void Await(const Condition& cond) { in Await() 341 void LockWhen(const Condition& cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in LockWhen() 346 void ReaderLockWhen(const Condition& cond) ABSL_SHARED_LOCK_FUNCTION() { in ReaderLockWhen() 351 void WriterLockWhen(const Condition& cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in WriterLockWhen() 376 bool AwaitWithTimeout(const Condition& cond, absl::Duration timeout) { in AwaitWithTimeout() 380 bool AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline() 395 bool LockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in LockWhenWithTimeout() 400 bool ReaderLockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in ReaderLockWhenWithTimeout() 405 bool WriterLockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in WriterLockWhenWithTimeout() 421 bool LockWhenWithDeadline(const Condition& cond, absl::Time deadline) in LockWhenWithDeadline() [all …]
|
/external/abseil-cpp/absl/synchronization/ |
D | mutex.h | 329 void Await(const Condition& cond) { in Await() 341 void LockWhen(const Condition& cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in LockWhen() 346 void ReaderLockWhen(const Condition& cond) ABSL_SHARED_LOCK_FUNCTION() { in ReaderLockWhen() 351 void WriterLockWhen(const Condition& cond) ABSL_EXCLUSIVE_LOCK_FUNCTION() { in WriterLockWhen() 376 bool AwaitWithTimeout(const Condition& cond, absl::Duration timeout) { in AwaitWithTimeout() 380 bool AwaitWithDeadline(const Condition& cond, absl::Time deadline) { in AwaitWithDeadline() 395 bool LockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in LockWhenWithTimeout() 400 bool ReaderLockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in ReaderLockWhenWithTimeout() 405 bool WriterLockWhenWithTimeout(const Condition& cond, absl::Duration timeout) in WriterLockWhenWithTimeout() 421 bool LockWhenWithDeadline(const Condition& cond, absl::Time deadline) in LockWhenWithDeadline() [all …]
|
/external/mesa3d/src/util/ |
D | cnd_monotonic.c | 44 u_cnd_monotonic_init(struct u_cnd_monotonic *cond) in u_cnd_monotonic_init() 73 u_cnd_monotonic_destroy(struct u_cnd_monotonic *cond) in u_cnd_monotonic_destroy() 85 u_cnd_monotonic_broadcast(struct u_cnd_monotonic *cond) in u_cnd_monotonic_broadcast() 98 u_cnd_monotonic_signal(struct u_cnd_monotonic *cond) in u_cnd_monotonic_signal() 111 u_cnd_monotonic_timedwait(struct u_cnd_monotonic *cond, mtx_t *mtx, in u_cnd_monotonic_timedwait() 144 u_cnd_monotonic_wait(struct u_cnd_monotonic *cond, mtx_t *mtx) in u_cnd_monotonic_wait()
|
/external/ComputeLibrary/arm_compute/core/ |
D | Error.h | 227 #define ARM_COMPUTE_RETURN_ERROR_ON_MSG_VAR(cond, msg, ...) … argument 244 #define ARM_COMPUTE_RETURN_ERROR_ON_MSG(cond, msg) … argument 263 #define ARM_COMPUTE_RETURN_ERROR_ON_LOC_MSG_VAR(cond, func, file, line, msg, ...) \ argument 283 #define ARM_COMPUTE_RETURN_ERROR_ON_LOC_MSG(cond, func, file, line, msg) \ argument 296 #define ARM_COMPUTE_RETURN_ERROR_ON(cond) \ argument 306 #define ARM_COMPUTE_RETURN_ERROR_ON_LOC(cond, func, file, line) \ argument 379 #define ARM_COMPUTE_EXIT_ON_MSG(cond, msg) \ argument 395 #define ARM_COMPUTE_EXIT_ON_MSG_VAR(cond, msg, ...) \ argument 417 #define ARM_COMPUTE_ERROR_ON_MSG(cond, msg) \ argument 427 #define ARM_COMPUTE_ERROR_ON_MSG_VAR(cond, msg, ...) \ argument [all …]
|
/external/mesa3d/include/android_stub/log/ |
D | log_main.h | 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 122 #define android_printAssert(cond, tag, ...) \ argument 134 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument 153 #define LOG_FATAL_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument 162 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument 175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument 214 #define ALOGV_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument 216 #define ALOGV_IF(cond, ...) \ argument 231 #define ALOGD_IF(cond, ...) \ argument 245 #define ALOGI_IF(cond, ...) \ argument [all …]
|
D | log_radio.h | 64 #define RLOGV_IF(cond, ...) ((void)0) argument 66 #define RLOGV_IF(cond, ...) \ argument 84 #define RLOGD_IF(cond, ...) \ argument 101 #define RLOGI_IF(cond, ...) \ argument 118 #define RLOGW_IF(cond, ...) \ argument 135 #define RLOGE_IF(cond, ...) \ argument
|
D | log_system.h | 62 #define SLOGV_IF(cond, ...) ((void)0) argument 64 #define SLOGV_IF(cond, ...) \ argument 82 #define SLOGD_IF(cond, ...) \ argument 99 #define SLOGI_IF(cond, ...) \ argument 116 #define SLOGW_IF(cond, ...) \ argument 133 #define SLOGE_IF(cond, ...) \ argument
|
/external/gemmlowp/profiling/ |
D | pthread_everywhere.h | 59 inline void pthread_cond_init(pthread_cond_t *cond, std::nullptr_t) { in pthread_cond_init() 62 inline void pthread_cond_signal(pthread_cond_t *cond) { (*cond)->notify_one(); } in pthread_cond_signal() 63 inline void pthread_cond_broadcast(pthread_cond_t *cond) { in pthread_cond_broadcast() 66 inline void pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) { in pthread_cond_wait() 73 inline void pthread_cond_destroy(pthread_cond_t *cond) { delete *cond; } in pthread_cond_destroy()
|