HomeSort by relevance Sort by last modified time
    Searched refs:threadgroup (Results 1 - 11 of 11) sorted by null

  /external/valgrind/main/coregrind/
pub_core_threadstate.h 131 Int threadgroup; // thread group id member in struct:__anon14010
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 329 /* Start the child with its threadgroup being the same as the
332 os_state.threadgroup field for real (in thread_wrapper in
335 exit_group) because its threadgroup is not set. The race window
338 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-amd64-linux.c 255 /* Start the child with its threadgroup being the same as the
258 os_state.threadgroup field for real (in thread_wrapper in
261 exit_group) because its threadgroup is not set. The race window
264 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-ppc32-linux.c 301 /* Start the child with its threadgroup being the same as the
304 os_state.threadgroup field for real (in thread_wrapper in
307 exit_group) because its threadgroup is not set. The race window
310 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-s390x-linux.c 262 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-arm-linux.c 205 /* Start the child with its threadgroup being the same as the
208 os_state.threadgroup field for real (in thread_wrapper in
211 exit_group) because its threadgroup is not set. The race window
214 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-x86-linux.c 266 /* Start the child with its threadgroup being the same as the
269 os_state.threadgroup field for real (in thread_wrapper in
272 exit_group) because its threadgroup is not set. The race window
275 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-linux.c 90 /* Set the threadgroup for real. This overwrites the provisional
93 tst->os_state.threadgroup = VG_(getpid)();
644 /* A little complex; find all the threads with the same threadgroup
651 VG_(threads)[t].os_state.threadgroup != tst->os_state.threadgroup
    [all...]
syswrap-generic.c     [all...]
syswrap-darwin.c 113 tst->os_state.threadgroup = VG_(getpid)();
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 434 tst->os_state.threadgroup = 0;
515 VG_(threads)[me].os_state.threadgroup = VG_(getpid)();
    [all...]

Completed in 305 milliseconds