Searched refs:writer_thread_id (Results 1 – 2 of 2) sorted by relevance
122 rwlock->writer_thread_id = 0; in pthread_rwlock_init()135 if (__predict_false(__get_thread()->tid == rwlock->writer_thread_id)) { in __pthread_rwlock_timedrdlock()171 if (__predict_false(tid == rwlock->writer_thread_id)) { in __pthread_rwlock_timedwrlock()199 rwlock->writer_thread_id = tid; in __pthread_rwlock_timedwrlock()233 rwlock->writer_thread_id = tid; in pthread_rwlock_trywrlock()249 if (rwlock->writer_thread_id != tid) { in pthread_rwlock_unlock()253 rwlock->writer_thread_id = 0; in pthread_rwlock_unlock()
102 volatile int32_t writer_thread_id; member