HomeSort by relevance Sort by last modified time
    Searched defs:my_sem_post (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.c 15 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
tc17_sembar.c 30 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 621 milliseconds