Home
last modified time | relevance | path

Searched refs:assert3p (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dassert.h132 #define assert3p(a, op, b) \ macro
161 #define assert3p(a, op, b) ((void)0)
H A Dtask_ref.c159 assert3p(cthread, !=, NULL);
H A Dturnstile.c926 assert3p(turnstile->ts_inheritor, ==, TURNSTILE_INHERITOR_NULL); in turnstile_destroy()
H A Dthread.c3934 assert3p(value, ==, thread); in ctid_table_remove()