Searched refs:my_sem_post (Results 1 – 3 of 3) sorted by relevance
30 static int my_sem_wait(sem_t*); static int my_sem_post(sem_t*);101 my_sem_post (bar->sem1); // 1 up in gomp_barrier_wait()118 my_sem_post(bar->xxx); in gomp_barrier_wait()127 my_sem_post (bar->sem2); // 2 up in gomp_barrier_wait()261 static int my_sem_post(sem_t* s) in my_sem_post() function
15 static int my_sem_wait(sem_t*); static int my_sem_post(sem_t*);80 r= my_sem_post( quit_now ); assert(!r); in main()81 r= my_sem_post( quit_now ); assert(!r); in main()137 static int my_sem_post(sem_t* s) in my_sem_post() function
90 static int my_sem_post(sem_t* s)