Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_create.c242 pattr->flags |= THR_STACK_USER; in create_stack()
H A Dthr_init.c411 thread->attr.flags |= THR_STACK_USER; in init_main_thread()
H A Dthr_private.h267 #define THR_STACK_USER 0x100 /* 0xFF reserved for <pthread.h> */ macro