Searched defs:condition (Results 1 – 11 of 11) sorted by relevance
96 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy()104 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init()119 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) { in pthread_cond_signal()132 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait()
54 #define VC1_ASSERT(condition) \ argument60 #define VC1_ASSERT(condition) argument
174 #define _DBGUTILS_PLAIN_ASSERT(condition) \ argument187 #define _DBGUTILS_PLAIN_ASSERT_X(condition, ...) \ argument200 #define DBGUTILS_ASSERT(condition) \ argument211 #define DBGUTILS_ASSERT_X(condition, ...) \ argument
398 #define LOG_RESULT_LOCATION(condition) \ argument405 #define LOG_RESULT_LOCATION(condition) \ argument
344 #define LOG_RESULT_LOCATION(condition) \ argument351 #define LOG_RESULT_LOCATION(condition) \ argument
70 pthread_cond_t condition; member
52 #define WARN_UNLESS(condition) if(!(condition)) std::cerr << "Warning: " argument
337 #define CHECK(condition) LOG_ALWAYS_FATAL_IF(!(condition), "%s",\ argument
626 pthread_cond_t condition; member
6132 bool IsTrue(bool condition) { return condition; } in IsTrue()