Lines Matching defs:semaphore_info
100 struct semaphore_info struct
102 Addr a1;
103 ObjType type;
104 void (*cleanup)(union drd_clientobj*);
105 void (*delete_thread)(union drd_clientobj*, DrdThreadId);
106 ExeContext* first_observed_at;
107 UInt waits_to_skip; // Number of sem_wait() calls to skip
109 UInt value; // Semaphore value.
110 UWord waiters; // Number of threads inside sem_wait().
111 DrdThreadId last_sem_post_tid; // Thread ID associated with last sem_post().
112 XArray* last_sem_post_seg; // array of Segment*, used as a stack.