Searched refs:lwpid (Results 1 - 17 of 17) sorted by relevance

/external/fio/os/
H A Dos-freebsd.h96 long lwpid; local
98 thr_self(&lwpid);
99 return (int) lwpid;
/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/valgrind/main/coregrind/
H A Dpub_core_libcsignal.h79 extern Int VG_(tkill) ( Int lwpid, Int 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);
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 Dm_threadstate.c119 // tst->os_state.lwpid == VG_(gettid)() && // check we're this tid
166 && VG_(threads)[tid].os_state.lwpid == lwp)
H A Dm_signals.c1857 vg_assert(tst->os_state.lwpid == VG_(gettid)());
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c77 #define LOCAL_THREAD_TRACE " ti* %p vgtid %d status %s as gdb ptid %s lwpid %d\n", \
79 image_ptid (ptid), ts->os_state.lwpid
83 ptid = ts->os_state.lwpid;
88 in gdb: once with pid xxx lwpid 0, then after that
89 with pid xxx lwpid yyy. */
304 wptid = tst->os_state.lwpid;
308 if (tst->os_state.lwpid)
618 dlog(1, "set_desired_inferior use_general %d found %p tid %d lwpid %d\n",
619 use_general, found, tid, tst->os_state.lwpid);
H A Dremote-utils.c294 offsetof(ThreadState, os_state) + offsetof(ThreadOSstate, lwpid),
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c311 tst->os_state.lwpid = kport;
474 tst->os_state.lwpid = kport;
H A Dsyswrap-amd64-darwin.c353 tst->os_state.lwpid = kport;
524 tst->os_state.lwpid = kport;
H A Dsyswrap-darwin.c111 tst->os_state.lwpid = VG_(gettid)();
718 #define MACH_THREAD ((Addr)VG_(get_ThreadState)(tid)->os_state.lwpid)
H A Dsyswrap-linux.c94 tst->os_state.lwpid = VG_(gettid)();
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_solaris.h387 lwpid_t lwpid; member in struct:_MDThread
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c238 prs->pr_pid = tst->os_state.lwpid;

Completed in 2265 milliseconds