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

  /external/valgrind/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 368 == VG_(threads)[tid].os_state.lwpid);
405 tid, VG_(threads)[tid].os_state.lwpid);
413 thread_abort(VG_(threads)[tid].os_state.lwpid);
418 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
446 vg_assert(VG_(threads)[tid].os_state.lwpid == VG_(gettid)());
489 tst->os_state.lwpid = 0;
581 VG_(threads)[me].os_state.lwpid = VG_(gettid)();
2170 Int lwpid = VG_(gettid)(); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
hpux-core.c 88 /* .lwpid and .user_tid are only valid if PROC_INFO_HAS_THREAD_ID, else they
90 .lwpid are synonymous. */
94 int lwpid; /* Kernel thread ID. */ member in struct:hpux_core_struct
102 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
216 core_kernel_thread_id (abfd) = proc_info.lwpid;
elf-bfd.h 1621 int lwpid; member in struct:core_elf_obj_tdata
    [all...]
  /external/fio/os/
os-freebsd.h 100 long lwpid; local
102 thr_self(&lwpid);
103 return (int) lwpid;
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 113 int lwpid = 0; local
115 if (LocalAtoi(entry->d_name, &lwpid) && last_pid != lwpid) {
116 last_pid = lwpid;
119 !(callback_param->call_back)(lwpid, callback_param->context)) {
162 static bool ControlLwp(int lwpid, void *context) {
164 if (lwpid != pthread_self()) {
169 // Open the /proc/$pid/lwp/$lwpid/lwpctl files
170 snprintf(procname, sizeof (procname), "/proc/self/lwp/%d/lwpctl", lwpid);
183 print_message2(2, "failed in lwp %d\n", lwpid);
    [all...]
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 194 Int lwpid; member in struct:__anon42580
427 &(vgdb_threads[i].lwpid),
430 ERROR(rw, "lwpid ptrace_read_memory\n");
435 DEBUG(1, "found tid %d status %s lwpid %d\n",
437 vgdb_threads[i].lwpid);
439 if (vgdb_threads[i].lwpid <= 1) {
440 if (vgdb_threads[i].lwpid == 0
442 DEBUG(1, "not set lwpid tid %d status %s lwpid %d\n",
444 vgdb_threads[i].lwpid);
    [all...]
pub_core_threadstate.h 125 Int lwpid; // PID of kernel task (Darwin: Mach thread) member in struct:__anon42546
467 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);

Completed in 110 milliseconds