Searched defs:lwpid (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
H A Dsema.c102 Int lwpid = VG_(gettid)(); local
104 vg_assert(sema->owner_lwpid != lwpid); /* can't have it already */
125 sema->owner_lwpid = lwpid;
H A Dscheduler.c369 == 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)();
1267 vg_assert(tst->os_state.lwpid == VG_(gettid)());
2078 Int lwpid = VG_(gettid)(); local
2088 if (lwpid !
[all...]
/external/fio/os/
H A Dos-freebsd.h96 long lwpid; local
98 thr_self(&lwpid);
99 return (int) lwpid;
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c312 Int VG_(tkill)( Int lwpid, Int signo ) argument
316 res = VG_(do_syscall2)(__NR_tkill, lwpid, signo);
318 res = VG_(do_syscall2)(__NR_kill, lwpid, signo);
324 res = VG_(do_syscall2)(__NR___pthread_kill, lwpid, signo);
H A Dvgdb-invoker-ptrace.c199 Int lwpid; member in struct:__anon32751
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...]
H A Dpub_core_threadstate.h139 Int lwpid; // PID of kernel task (Darwin: Mach thread) member in struct:__anon32719
417 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_solaris.h387 lwpid_t lwpid; member in struct:_MDThread

Completed in 105 milliseconds