Searched defs:_cond (Results 1 – 7 of 7) sorted by relevance
/external/libevent/ |
D | evthread_win32.c | 136 evthread_win32_condvar_free(void *_cond) in evthread_win32_condvar_free() 144 evthread_win32_condvar_signal(void *_cond, int broadcast) in evthread_win32_condvar_signal() 155 evthread_win32_condvar_wait(void *_cond, void *_lock, const struct timeval *tv) in evthread_win32_condvar_wait() 207 evthread_win32_cond_free(void *_cond) in evthread_win32_cond_free() 216 evthread_win32_cond_signal(void *_cond, int broadcast) in evthread_win32_cond_signal() 231 evthread_win32_cond_wait(void *_cond, void *_lock, const struct timeval *tv) in evthread_win32_cond_wait()
|
D | evthread_pthread.c | 115 evthread_posix_cond_free(void *_cond) in evthread_posix_cond_free() 123 evthread_posix_cond_signal(void *_cond, int broadcast) in evthread_posix_cond_signal() 135 evthread_posix_cond_wait(void *_cond, void *_lock, const struct timeval *tv) in evthread_posix_cond_wait()
|
D | evthread.c | 254 debug_cond_wait(void *_cond, void *_lock, const struct timeval *tv) in debug_cond_wait()
|
/external/harfbuzz_ng/util/ |
D | options.hh | 82 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument 83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument 84 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) argument
|
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 242 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument 243 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument 244 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) argument 248 #define ASSERT_STATIC_EXPR_ZERO(_cond) (0 * (unsigned int) sizeof (hb_assert_constant_t<_cond>)) argument
|
/external/iw/ |
D | util.c | 551 #define PRINT_HT_CAP(_cond, _str) \ in print_ht_capability() argument
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_helpers.c | 98 #define NOTE_EVAL(_cc_op, _cond) \ argument
|