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

  /external/valgrind/coregrind/
pub_core_threadstate.h 126 Int threadgroup; // thread group id member in struct:__anon37524
  /compatibility/cdd/9_security-model/
9_7_kernel-security-features.md 26 requirement through enabling the seccomp-BPF with threadgroup
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 490 tst->os_state.threadgroup = 0;
582 VG_(threads)[me].os_state.threadgroup = VG_(getpid)();
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 96 /* Set the threadgroup for real. This overwrites the provisional value set
98 tst->os_state.threadgroup = VG_(getpid)();
646 /* Start the child with its threadgroup being the same as the
649 os_state.threadgroup field for real (in thread_wrapper in
652 exit_group) because its threadgroup is not set. The race window
655 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-solaris.c 130 tst->os_state.threadgroup = VG_(getpid)();
    [all...]
syswrap-generic.c     [all...]
syswrap-darwin.c 113 tst->os_state.threadgroup = VG_(getpid)();
    [all...]

Completed in 774 milliseconds