Home
last modified time | relevance | path

Searched refs:thread_magic (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread.h388 uint64_t thread_magic; member
1084 #define assert_thread_magic(thread) assertf((thread)->thread_magic == THREAD_MAGIC, \
1086 (thread)->thread_magic, (thread), THREAD_MAGIC)
H A Dthread.c217 .thread_magic = THREAD_MAGIC,
851 thread->thread_magic = 0; in thread_deallocate_complete()
/xnu-11215/tools/lldbmacros/
H A Dprocess.py438 if hasattr(thread, "thread_magic") and thread.thread_magic != 0x1234ABCDDCBA4321: