Home
last modified time | relevance | path

Searched defs:_cond (Results 1 – 7 of 7) sorted by relevance

/external/libevent/
Devthread_win32.c136 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()
Devthread_pthread.c115 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()
Devthread.c254 debug_cond_wait(void *_cond, void *_lock, const struct timeval *tv) in debug_cond_wait()
/external/harfbuzz_ng/util/
Doptions.hh82 #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/
Dhb-private.hh242 #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/
Dutil.c551 #define PRINT_HT_CAP(_cond, _str) \ in print_ht_capability() argument
/external/valgrind/VEX/priv/
Dguest_arm64_helpers.c98 #define NOTE_EVAL(_cc_op, _cond) \ argument