Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpthread.h96 #define PTHREAD_CREATE_DETACHED 0x00000001 macro
/bionic/libc/bionic/
Dpthread-timers.c350 pthread_attr_setdetachstate(&timer->attributes, PTHREAD_CREATE_DETACHED); in timer_create()
Dpthread.c405 if (state == PTHREAD_CREATE_DETACHED) { in pthread_attr_setdetachstate()
418 ? PTHREAD_CREATE_DETACHED in pthread_attr_getdetachstate()