Searched refs:assert3p (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ ! |
| H A D | assert.h | 132 #define assert3p(a, op, b) \ macro 161 #define assert3p(a, op, b) ((void)0)
|
| H A D | task_ref.c | 159 assert3p(cthread, !=, NULL);
|
| H A D | turnstile.c | 926 assert3p(turnstile->ts_inheritor, ==, TURNSTILE_INHERITOR_NULL); in turnstile_destroy()
|
| H A D | thread.c | 3934 assert3p(value, ==, thread); in ctid_table_remove()
|