Searched refs:__thread_get_tid (Results 1 – 7 of 7) sorted by relevance
6 int tid = __thread_get_tid(); in ftrylockfile()
6 int owner, tid = __thread_get_tid(); in __lockfile()
11 if ((atomic_load(&m->_m_lock) & PTHREAD_MUTEX_OWNED_LOCK_MASK) != __thread_get_tid()) in pthread_mutex_unlock()
6 int tid = __thread_get_tid(); in __pthread_mutex_trylock_owner()
22 (r & PTHREAD_MUTEX_OWNED_LOCK_MASK) == __thread_get_tid()) in pthread_mutex_timedlock()
38 (m->_m_lock & PTHREAD_MUTEX_OWNED_LOCK_MASK) != __thread_get_tid()) in pthread_cond_timedwait()
133 static inline pid_t __thread_get_tid(void) { in __thread_get_tid() function
Completed in 8 milliseconds