Home
last modified time | relevance | path

Searched refs:threadgroup (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_threadstate.h133 Int threadgroup; // thread group id member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c338 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-ppc32-linux.c311 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-s390x-linux.c263 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-amd64-linux.c265 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-arm-linux.c216 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-mips32-linux.c282 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-x86-linux.c276 ctst->os_state.threadgroup = ptst->os_state.threadgroup; in do_clone()
Dsyswrap-linux.c98 tst->os_state.threadgroup = VG_(getpid)(); in thread_wrapper()
699 VG_(threads)[t].os_state.threadgroup != tst->os_state.threadgroup in PRE()
Dsyswrap-generic.c3394 if (tgid != -1 && tst->os_state.threadgroup != tgid) in ML_()
Dsyswrap-darwin.c112 tst->os_state.threadgroup = VG_(getpid)(); in thread_wrapper()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c471 tst->os_state.threadgroup = 0; in os_state_clear()
552 VG_(threads)[me].os_state.threadgroup = VG_(getpid)(); in sched_fork_cleanup()