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

  /external/valgrind/main/coregrind/
pub_core_threadstate.h 133 Int threadgroup; // thread group id member in struct:__anon16947
  /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 256 /* Start the child with its threadgroup being the same as the
259 os_state.threadgroup field for real (in thread_wrapper in
262 exit_group) because its threadgroup is not set. The race window
265 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-ppc32-linux.c 302 /* Start the child with its threadgroup being the same as the
305 os_state.threadgroup field for real (in thread_wrapper in
308 exit_group) because its threadgroup is not set. The race window
311 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-s390x-linux.c 263 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-arm-linux.c 207 /* Start the child with its threadgroup being the same as the
210 os_state.threadgroup field for real (in thread_wrapper in
213 exit_group) because its threadgroup is not set. The race window
216 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-mips32-linux.c 272 /* Start the child with its threadgroup being the same as the
275 os_state.threadgroup field for real (in thread_wrapper in
278 exit_group) because its threadgroup is not set. The race window
282 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-x86-linux.c 267 /* Start the child with its threadgroup being the same as the
270 os_state.threadgroup field for real (in thread_wrapper in
273 exit_group) because its threadgroup is not set. The race window
276 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-linux.c 95 /* Set the threadgroup for real. This overwrites the provisional
98 tst->os_state.threadgroup = VG_(getpid)();
692 /* A little complex; find all the threads with the same threadgroup
699 VG_(threads)[t].os_state.threadgroup != tst->os_state.threadgroup
    [all...]
syswrap-generic.c     [all...]
syswrap-darwin.c 112 tst->os_state.threadgroup = VG_(getpid)();
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 471 tst->os_state.threadgroup = 0;
552 VG_(threads)[me].os_state.threadgroup = VG_(getpid)();
    [all...]

Completed in 230 milliseconds