Searched refs:child_go (Results 1 – 5 of 5) sorted by relevance
148 semaphore_t child_go; member
287 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
347 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
7678 semaphore_create(mach_task_self(), &tst->os_state.child_go, in PRE()7693 semaphore_signal(tst->os_state.child_go); in POST()7695 semaphore_destroy(mach_task_self(), tst->os_state.child_go); in POST()
497 VG_(memset)(&tst->os_state.child_go, 0, sizeof(tst->os_state.child_go)); in os_state_clear()