Home | History | Annotate | Download | only in tests

Lines Matching refs:sem_t

28 static sem_t* my_sem_init(char*, int, unsigned);
29 static int my_sem_destroy(sem_t*);
30 static int my_sem_wait(sem_t*); static int my_sem_post(sem_t*);
35 sem_t* sem1;
36 sem_t* sem2;
39 sem_t* xxx;
221 static sem_t* my_sem_init (char* identity, int pshared, unsigned count)
223 sem_t* s;
251 static int my_sem_destroy ( sem_t* s )
256 static int my_sem_wait(sem_t* s)
261 static int my_sem_post(sem_t* s)