Home
last modified time | relevance | path

Searched defs:detachstate (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_attr.c184 _thr_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate) in _thr_attr_getdetachstate()
354 _thr_attr_setdetachstate(pthread_attr_t *attr, int detachstate) in _thr_attr_setdetachstate()
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c266 int detachstate; in pthread_attr_clone() local
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c103 int detachstate = PTHREAD_CREATE_DETACHED; in zk_thread_create() local