Home | History | Annotate | Download | only in tests

Lines Matching refs:sem_t

12 sem_t* quit_now;
13 static sem_t* my_sem_init(char*, int, unsigned);
14 static int my_sem_destroy(sem_t*);
15 static int my_sem_wait(sem_t*); static int my_sem_post(sem_t*);
97 static sem_t* my_sem_init (char* identity, int pshared, unsigned count)
99 sem_t* s;
127 static int my_sem_destroy ( sem_t* s )
132 static int my_sem_wait(sem_t* s)
137 static int my_sem_post(sem_t* s)