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

  /external/valgrind/main/helgrind/tests/
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
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
tc24_nonzero_sem.c 17 static int my_sem_wait(sem_t*); //static int my_sem_post(sem_t*);
90 static int my_sem_post(sem_t* s)

Completed in 50 milliseconds