Home
last modified time | relevance | path

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

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