HomeSort by relevance Sort by last modified time
    Searched defs:lwpid (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/m_scheduler/
sema.c 102 Int lwpid = VG_(gettid)(); local
104 vg_assert(sema->owner_lwpid != lwpid); /* can't have it already */
125 sema->owner_lwpid = lwpid;
scheduler.c 369 == VG_(threads)[tid].os_state.lwpid);
406 tid, VG_(threads)[tid].os_state.lwpid);
414 thread_abort(VG_(threads)[tid].os_state.lwpid);
419 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
447 vg_assert(VG_(threads)[tid].os_state.lwpid == VG_(gettid)());
484 tst->os_state.lwpid = 0;
565 VG_(threads)[me].os_state.lwpid = VG_(gettid)();
2078 Int lwpid = VG_(gettid)(); local
    [all...]
  /external/fio/os/
os-freebsd.h 96 long lwpid; local
98 thr_self(&lwpid);
99 return (int) lwpid;
  /external/valgrind/main/coregrind/
vgdb-invoker-ptrace.c 199 Int lwpid; member in struct:__anon37355
425 &(vgdb_threads[i].lwpid),
428 ERROR(rw, "lwpid ptrace_read_memory\n");
433 DEBUG(1, "found tid %d status %s lwpid %d\n",
435 vgdb_threads[i].lwpid);
437 if (vgdb_threads[i].lwpid <= 1) {
438 if (vgdb_threads[i].lwpid == 0
440 DEBUG(1, "not set lwpid tid %d status %s lwpid %d\n",
442 vgdb_threads[i].lwpid);
    [all...]
pub_core_threadstate.h 139 Int lwpid; // PID of kernel task (Darwin: Mach thread) member in struct:__anon37323
417 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 387 lwpid_t lwpid; member in struct:_MDThread

Completed in 240 milliseconds