Home | History | Annotate | Download | only in tests

Lines Matching full:sem_t

15 static sem_t* my_sem_init(char*, int, unsigned);
16 static int my_sem_destroy(sem_t*);
17 static int my_sem_wait(sem_t*); //static int my_sem_post(sem_t*);
21 sem_t* sem = (sem_t*)semV;
29 sem_t* sem;
49 static sem_t* my_sem_init (char* identity, int pshared, unsigned count)
51 sem_t* s;
79 static int my_sem_destroy ( sem_t* s )
84 static int my_sem_wait(sem_t* s)
90 static int my_sem_post(sem_t* s)