Home
last modified time | relevance | path

Searched refs:last_sem_post_seg (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/drd/
Ddrd_semaphore.c56 n = VG_(addToXA)(p->last_sem_post_seg, &sg); in drd_segment_push()
59 p->a1, n, VG_(sizeXA)(p->last_sem_post_seg)); in drd_segment_push()
61 tl_assert(*(Segment**)VG_(indexXA)(p->last_sem_post_seg, n) == sg); in drd_segment_push()
70 sz = VG_(sizeXA)(p->last_sem_post_seg); in drd_segment_pop()
78 sg = *(Segment**)VG_(indexXA)(p->last_sem_post_seg, sz - 1); in drd_segment_pop()
80 VG_(dropTailXA)(p->last_sem_post_seg, 1); in drd_segment_pop()
109 p->last_sem_post_seg = VG_(newXA)(VG_(malloc), "drd.sg-stack", in drd_semaphore_initialize()
133 VG_(deleteXA)(p->last_sem_post_seg); in semaphore_cleanup()
Ddrd_clientobj.h112 XArray* last_sem_post_seg; // array of Segment*, used as a stack. member