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

  /external/valgrind/coregrind/
pub_core_threadstate.h 124 Int threadgroup; // thread group id member in struct:__anon20511
  /external/valgrind/coregrind/m_syswrap/
syswrap-arm64-linux.c 262 /* Start the child with its threadgroup being the same as the
265 os_state.threadgroup field for real (in thread_wrapper in
268 exit_group) because its threadgroup is not set. The race window
271 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-ppc64-linux.c 449 /* Start the child with its threadgroup being the same as the
452 os_state.threadgroup field for real (in thread_wrapper in
455 exit_group) because its threadgroup is not set. The race window
458 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-amd64-linux.c 253 /* Start the child with its threadgroup being the same as the
256 os_state.threadgroup field for real (in thread_wrapper in
259 exit_group) because its threadgroup is not set. The race window
262 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-arm-linux.c 202 /* Start the child with its threadgroup being the same as the
205 os_state.threadgroup field for real (in thread_wrapper in
208 exit_group) because its threadgroup is not set. The race window
211 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-mips64-linux.c 229 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-ppc32-linux.c 299 /* Start the child with its threadgroup being the same as the
302 os_state.threadgroup field for real (in thread_wrapper in
305 exit_group) because its threadgroup is not set. The race window
308 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-s390x-linux.c 260 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-tilegx-linux.c 363 /* Start the child with its threadgroup being the same as the
366 os_state.threadgroup field for real (in thread_wrapper in
369 exit_group) because its threadgroup is not set. The race window
373 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-x86-linux.c 264 /* Start the child with its threadgroup being the same as the
267 os_state.threadgroup field for real (in thread_wrapper in
270 exit_group) because its threadgroup is not set. The race window
273 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-linux.c 94 /* Set the threadgroup for real. This overwrites the provisional
97 tst->os_state.threadgroup = VG_(getpid)();
725 /* A little complex; find all the threads with the same threadgroup
727 /* It is unclear how one can get a threadgroup in this process which
728 is not the threadgroup of the calling thread:
733 = ptst->os_state.threadgroup; /// syswrap-*-linux.c,
735 So, the only case where the threadgroup might be different to the getpid
744 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/coregrind/m_scheduler/
scheduler.c 482 tst->os_state.threadgroup = 0;
563 VG_(threads)[me].os_state.threadgroup = VG_(getpid)();
    [all...]

Completed in 109 milliseconds