Home
last modified time | relevance | path

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

/src/lib/libthr/thread/
H A Dthr_stack.c199 attr->flags &= ~THR_STACK_USER; in _thr_stack_alloc()
288 if ((attr != NULL) && ((attr->flags & THR_STACK_USER) == 0) in _thr_stack_free()
H A Dthr_create.c248 pattr->flags |= THR_STACK_USER; in create_stack()
H A Dthr_init.c412 thread->attr.flags |= THR_STACK_USER; in init_main_thread()
H A Dthr_private.h268 #define THR_STACK_USER 0x100 /* 0xFF reserved for <pthread.h> */ macro