Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread_mutex.c396 int mtype; in pthread_mutex_lock() local
408 mtype = mutex->attr & MUTEXATTR_TYPE_MASK; in pthread_mutex_lock()
411 mtype != PTHREAD_MUTEX_RECURSIVE) in pthread_mutex_lock()
468 int mtype; in pthread_mutex_unlock() local
469 mtype = mutex->attr & MUTEXATTR_TYPE_MASK; in pthread_mutex_unlock()
472 if (mtype == PTHREAD_MUTEX_ERRORCHECK) in pthread_mutex_unlock()
516 int mtype; in pthread_mutex_trylock() local
526 mtype = mutex->attr & MUTEXATTR_TYPE_MASK; in pthread_mutex_trylock()
529 mtype != PTHREAD_MUTEX_RECURSIVE) in pthread_mutex_trylock()

Completed in 3 milliseconds