Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_create.c115 new_thread->magic = THR_MAGIC; in _pthread_create()
H A Dthr_init.c417 thread->magic = THR_MAGIC; in init_main_thread()
H A Dthr_private.h534 #define THR_MAGIC ((u_int32_t) 0xd09ba115) macro