Searched defs:cond (Results 1 – 9 of 9) sorted by relevance
7 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument
59 #define BUG_ON(cond) do { if (cond) {} } while (0) argument61 #define BUG_ON(cond) assert(!(cond)) argument
21 #define unlikely(cond) (cond) argument
6 #define TEST_ASSERT_VAL(text, cond) \ argument
120 #define WARN_ON_ONCE(cond) ((cond) && fprintf (stderr, "WARNING\n")) argument
101 #define die_on(cond, ...) do { \ argument
64 # define bug_on(cond) assert(!(cond)) argument
1825 pthread_cond_t *cond; member1837 pthread_cond_t cond; in FIXTURE_DATA() local
77 #define raw_assert(cond) assert(cond) argument