Home
last modified time | relevance | path

Searched refs:child_go (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_threadstate.h155 semaphore_t child_go; member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c288 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
Dsyswrap-amd64-darwin.c301 semaphore_wait(tst->os_state.child_go); in pthread_hijack()
Dsyswrap-darwin.c6458 semaphore_create(mach_task_self(), &tst->os_state.child_go, in PRE()
6473 semaphore_signal(tst->os_state.child_go); in POST()
6475 semaphore_destroy(mach_task_self(), tst->os_state.child_go); in POST()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c441 VG_(memset)(&tst->os_state.child_go, 0, sizeof(tst->os_state.child_go)); in os_state_clear()