HomeSort by relevance Sort by last modified time
    Searched refs:last_sem_post_tid (Results 1 - 2 of 2) sorted by null

  /external/valgrind/drd/
drd_semaphore.c 108 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;
drd_clientobj.h 111 DrdThreadId last_sem_post_tid; // Thread ID associated with last sem_post(). member in struct:semaphore_info

Completed in 85 milliseconds