Home
last modified time | relevance | path

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

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