OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
410
if (p->
last_sem_post_tid
!= tid
411
&& p->
last_sem_post_tid
!= DRD_INVALID_THREADID)
441
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 643 milliseconds