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

  /external/valgrind/main/drd/
drd_semaphore.c 109 p->last_sem_post_tid = DRD_INVALID_THREADID;
388 if (p->last_sem_post_tid != tid
389 && p->last_sem_post_tid != DRD_INVALID_THREADID)
414 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 2123 milliseconds