Searched refs:pthread_attr_setdetachstate (Results 1 - 4 of 4) sorted by relevance

/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp91 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
/bionic/libc/bionic/
H A Dposix_timers.cpp149 pthread_attr_setdetachstate(&thread_attributes, PTHREAD_CREATE_DETACHED);
H A Dpthread_attr.cpp56 int pthread_attr_setdetachstate(pthread_attr_t* attr, int state) { function
/bionic/libc/include/
H A Dpthread.h147 int pthread_attr_setdetachstate(pthread_attr_t*, int) __nonnull((1));

Completed in 326 milliseconds