Searched refs:writerThreadId (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dpthread-rwlocks.c140 rwlock->writerThreadId = 0;
169 if (rwlock->writerThreadId == 0 || rwlock->writerThreadId == tid)
184 if (rwlock->writerThreadId == tid)
267 rwlock->writerThreadId = tid;
296 rwlock->writerThreadId = tid;
318 /* If it has only readers, writerThreadId is 0 */
319 if (rwlock->writerThreadId == 0) {
327 if (rwlock->writerThreadId != __get_thread()->tid) {
332 rwlock->writerThreadId
[all...]
/bionic/libc/include/
H A Dpthread.h234 int writerThreadId; member in struct:__anon37

Completed in 309 milliseconds