Home
last modified time | relevance | path

Searched refs:pt_stack_allocated (Results 1 – 2 of 2) sorted by relevance

/netbsd/lib/libpthread/
H A Dpthread.c343 if (newthread->pt_stack_allocated) { in pthread__getstack()
357 newthread->pt_stack_allocated = false; in pthread__getstack()
360 newthread->pt_stack_allocated = false; in pthread__getstack()
388 newthread->pt_stack_allocated = allocated; in pthread__getstack()
488 newthread->pt_stack_allocated = false; in pthread_create()
H A Dpthread_int.h100 bool pt_stack_allocated; member