Searched defs:cond (Results 1 – 10 of 10) sorted by relevance
80 ConditionVariable cond = new ConditionVariable(); in accessCameraFromActivity() local
42 #define RETURN_IF_TRUE(cond, msg) \ argument49 #define RETURN_IF_FALSE(cond, msg) \ argument
62 #define RETURN_ON_ASSERTION_FAILURE(cond, env, clazz) \ argument96 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
83 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
89 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
96 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
167 pthread_cond_t cond; member
105 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
204 def skip_unless(cond, msg=None): argument
696 pthread_cond_t cond; member