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

  /external/valgrind/main/drd/
drd_semaphore.h 37 struct semaphore_info;
41 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore,
45 struct semaphore_info* DRD_(semaphore_open)(const Addr semaphore,
drd_semaphore.c 40 static void semaphore_cleanup(struct semaphore_info* p);
52 static void drd_segment_push(struct semaphore_info* p, Segment* sg)
66 static Segment* drd_segment_pop(struct semaphore_info* p)
93 * Initialize the memory 'p' points at as a semaphore_info structure for the
97 void drd_semaphore_initialize(struct semaphore_info* const p,
118 static void semaphore_cleanup(struct semaphore_info* p)
143 struct semaphore_info*
146 struct semaphore_info *p;
163 static struct semaphore_info* semaphore_get(const Addr semaphore)
170 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore
    [all...]
drd_clientobj.h 100 struct semaphore_info struct
151 struct semaphore_info semaphore;

Completed in 35 milliseconds