Home
last modified time | relevance | path

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

/external/libevent/
Devthread_pthread.c40 static pthread_mutexattr_t attr_recursive; variable
50 attr = &attr_recursive; in evthread_posix_lock_alloc()
180 if (pthread_mutexattr_init(&attr_recursive)) in evthread_use_pthreads()
182 if (pthread_mutexattr_settype(&attr_recursive, PTHREAD_MUTEX_RECURSIVE)) in evthread_use_pthreads()