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

  /external/valgrind/main/coregrind/
pub_core_scheduler.h 41 extern ThreadId VG_(alloc_ThreadState)(void);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 179 ThreadId tid = VG_(alloc_ThreadState)();
436 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
syswrap-amd64-darwin.c 225 ThreadId tid = VG_(alloc_ThreadState)();
475 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
syswrap-ppc64-linux.c 269 ThreadId ctid = VG_(alloc_ThreadState)();
    [all...]
syswrap-amd64-linux.c 209 ThreadId ctid = VG_(alloc_ThreadState)();
    [all...]
syswrap-ppc32-linux.c 242 ThreadId ctid = VG_(alloc_ThreadState)();
    [all...]
syswrap-s390x-linux.c 215 ThreadId ctid = VG_(alloc_ThreadState)();
    [all...]
syswrap-arm-linux.c 175 ThreadId ctid = VG_(alloc_ThreadState)();
    [all...]
syswrap-mips32-linux.c 243 ThreadId ctid = VG_ (alloc_ThreadState) ();
    [all...]
syswrap-x86-linux.c 216 ThreadId ctid = VG_(alloc_ThreadState)();
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 229 ThreadId VG_(alloc_ThreadState) ( void )
612 tid_main = VG_(alloc_ThreadState)();
    [all...]

Completed in 232 milliseconds