Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/stdio/
A Dftrylockfile.c6 int tid = __thread_get_tid(); in ftrylockfile()
A D__lockfile.c6 int owner, tid = __thread_get_tid(); in __lockfile()
/third_party/ulib/musl/pthread/
A Dpthread_mutex_unlock.c11 if ((atomic_load(&m->_m_lock) & PTHREAD_MUTEX_OWNED_LOCK_MASK) != __thread_get_tid()) in pthread_mutex_unlock()
A Dpthread_mutex_trylock.c6 int tid = __thread_get_tid(); in __pthread_mutex_trylock_owner()
A Dpthread_mutex_timedlock.c22 (r & PTHREAD_MUTEX_OWNED_LOCK_MASK) == __thread_get_tid()) in pthread_mutex_timedlock()
A Dpthread_cond_timedwait.c38 (m->_m_lock & PTHREAD_MUTEX_OWNED_LOCK_MASK) != __thread_get_tid()) in pthread_cond_timedwait()
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h133 static inline pid_t __thread_get_tid(void) { in __thread_get_tid() function

Completed in 6 milliseconds