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

/external/valgrind/main/coregrind/m_scheduler/
H A Dsema.c94 Int lwpid = VG_(gettid)(); local
96 vg_assert(sema->owner_lwpid != lwpid); /* can't have it already */
116 sema->owner_lwpid = lwpid;
H A Dscheduler.c355 tid, VG_(threads)[tid].os_state.lwpid);
363 thread_abort(VG_(threads)[tid].os_state.lwpid);
368 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
396 vg_assert(VG_(threads)[tid].os_state.lwpid == VG_(gettid)());
433 tst->os_state.lwpid = 0;
514 VG_(threads)[me].os_state.lwpid = VG_(gettid)();
1111 vg_assert(tst->os_state.lwpid == VG_(gettid)());
1823 Int lwpid = VG_(gettid)(); local
1833 if (lwpid != VG_(threads)[tid].os_state.lwpid) {
[all...]
/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 Dpub_core_threadstate.h130 Int lwpid; // PID of kernel task (Darwin: Mach thread) member in struct:__anon14405
399 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
H A Dvgdb.c401 Int lwpid; member in struct:__anon14437
590 (unsigned char *)&(vgdb_threads[i].lwpid),
593 ERROR(rw, "lwpid ptrace_read_memory\n");
598 DEBUG(1, "found tid %d status %s lwpid %d\n",
600 vgdb_threads[i].lwpid);
602 if (vgdb_threads[i].lwpid <= 1) {
603 if (vgdb_threads[i].lwpid == 0
605 DEBUG(1, "not set lwpid tid %d status %s lwpid %d\n",
607 vgdb_threads[i].lwpid);
[all...]

Completed in 390 milliseconds