Searched refs:child_go (Results 1 – 5 of 5) sorted by relevance
164 semaphore_t child_go; member
288 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
331 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
6509 semaphore_create(mach_task_self(), &tst->os_state.child_go, in PRE()6524 semaphore_signal(tst->os_state.child_go); in POST()6526 semaphore_destroy(mach_task_self(), tst->os_state.child_go); in POST()
492 VG_(memset)(&tst->os_state.child_go, 0, sizeof(tst->os_state.child_go)); in os_state_clear()