Searched defs:my_sem_post (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/helgrind/tests/
H A Dtc23_bogus_condwait.c15 static int my_sem_wait(sem_t*); static int my_sem_post(sem_t*);
80 r= my_sem_post( quit_now ); assert(!r);
81 r= my_sem_post( quit_now ); assert(!r);
137 static int my_sem_post(sem_t* s) function
H A Dtc17_sembar.c30 static int my_sem_wait(sem_t*); static int my_sem_post(sem_t*);
101 my_sem_post (bar->sem1); // 1 up
118 my_sem_post(bar->xxx);
127 my_sem_post (bar->sem2); // 2 up
261 static int my_sem_post(sem_t* s) function

Completed in 89 milliseconds