HomeSort by relevance Sort by last modified time
    Searched defs:lwpid (Results 1 - 5 of 5) 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 355 == VG_(threads)[tid].os_state.lwpid);
392 tid, VG_(threads)[tid].os_state.lwpid);
400 thread_abort(VG_(threads)[tid].os_state.lwpid);
405 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
433 vg_assert(VG_(threads)[tid].os_state.lwpid == VG_(gettid)());
470 tst->os_state.lwpid = 0;
551 VG_(threads)[me].os_state.lwpid = VG_(gettid)();
1948 Int lwpid = VG_(gettid)(); local
    [all...]
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 132 Int lwpid; // PID of kernel task (Darwin: Mach thread) member in struct:__anon29809
404 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
vgdb.c 404 Int lwpid; member in struct:__anon29841
595 (unsigned char *)&(vgdb_threads[i].lwpid),
598 ERROR(rw, "lwpid ptrace_read_memory\n");
603 DEBUG(1, "found tid %d status %s lwpid %d\n",
605 vgdb_threads[i].lwpid);
607 if (vgdb_threads[i].lwpid <= 1) {
608 if (vgdb_threads[i].lwpid == 0
610 DEBUG(1, "not set lwpid tid %d status %s lwpid %d\n",
612 vgdb_threads[i].lwpid);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 387 lwpid_t lwpid; member in struct:_MDThread

Completed in 104 milliseconds