Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/bits/
H A Dthreads_inlines.h91 int __pthread_type = (__type & mtx_recursive) ? PTHREAD_MUTEX_RECURSIVE in mtx_init() local
98 pthread_mutexattr_settype(&__attr, __pthread_type); in mtx_init()