Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread-rwlocks.c65 static int __get_thread_id(void) in __get_thread_id() function
223 if (__unlikely(!read_precondition(rwlock, __get_thread_id()))) in pthread_rwlock_tryrdlock()
240 thread_id = __get_thread_id(); in pthread_rwlock_timedrdlock()
270 thread_id = __get_thread_id(); in pthread_rwlock_trywrlock()
289 thread_id = __get_thread_id(); in pthread_rwlock_timedwrlock()
335 if (rwlock->writerThreadId != __get_thread_id()) { in pthread_rwlock_unlock()