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

/external/valgrind/drd/
H A Ddrd_semaphore.c108 p->last_sem_post_tid = DRD_INVALID_THREADID;
390 if (p->last_sem_post_tid != tid
391 && p->last_sem_post_tid != DRD_INVALID_THREADID)
416 p->last_sem_post_tid = tid;
H A Ddrd_clientobj.h111 DrdThreadId last_sem_post_tid; // Thread ID associated with last sem_post(). member in struct:semaphore_info

Completed in 92 milliseconds