Searched refs:_cond (Results 1 - 7 of 7) sorted by relevance

/external/libevent/
H A Devthread_pthread.c115 evthread_posix_cond_free(void *_cond) argument
117 pthread_cond_t *cond = _cond;
123 evthread_posix_cond_signal(void *_cond, int broadcast) argument
125 pthread_cond_t *cond = _cond;
135 evthread_posix_cond_wait(void *_cond, void *_lock, const struct timeval *tv) argument
138 pthread_cond_t *cond = _cond;
H A Devthread_win32.c136 evthread_win32_condvar_free(void *_cond) argument
138 CONDITION_VARIABLE *cond = _cond;
144 evthread_win32_condvar_signal(void *_cond, int broadcast) argument
146 CONDITION_VARIABLE *cond = _cond;
155 evthread_win32_condvar_wait(void *_cond, void *_lock, const struct timeval *tv) argument
157 CONDITION_VARIABLE *cond = _cond;
207 evthread_win32_cond_free(void *_cond) argument
209 struct evthread_win32_cond *cond = _cond;
216 evthread_win32_cond_signal(void *_cond, int broadcast) argument
218 struct evthread_win32_cond *cond = _cond;
231 evthread_win32_cond_wait(void *_cond, void *_lock, const struct timeval *tv) argument
[all...]
H A Devthread.c254 debug_cond_wait(void *_cond, void *_lock, const struct timeval *tv) argument
261 r = _original_cond_fns.wait_condition(_cond, lock->lock, tv);
/external/harfbuzz_ng/util/
H A Doptions.hh82 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
84 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))
/external/harfbuzz_ng/src/
H A Dhb-private.hh243 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
244 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
245 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))
249 #define ASSERT_STATIC_EXPR_ZERO(_cond) (0 * (unsigned int) sizeof (hb_assert_constant_t<_cond>))
/external/iw/
H A Dutil.c551 #define PRINT_HT_CAP(_cond, _str) \
553 if (_cond) \
/external/valgrind/VEX/priv/
H A Dguest_arm64_helpers.c98 #define NOTE_EVAL(_cc_op, _cond) \
102 vassert( ((UInt)(_cond)) < 16); \

Completed in 400 milliseconds