Home | History | Annotate | Download | only in tests

Lines Matching full:sem_open

5502 // test115: TN. sem_open. {{{1
5511 // TODO: there is some race report inside sem_open
5514 sem_t *sem = sem_open(kSemName, O_CREAT, 0600, 3);
5529 // sem_open and sem_wait, it will be silent.
5541 printf("test115: stab (sem_open())\n");
5543 // just check that sem_open is not completely broken
5550 // check that sem_open and sem_wait create a happens-before arc.