HomeSort by relevance Sort by last modified time
    Searched full:lwpid (Results 51 - 70 of 70) sorted by null

1 23

  /external/valgrind/main/coregrind/
m_libcsignal.c 312 Int VG_(tkill)( Int lwpid, Int signo )
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);
m_threadstate.c 119 // tst->os_state.lwpid == VG_(gettid)() && // check we're this tid
166 && VG_(threads)[tid].os_state.lwpid == lwp)
pub_core_libcsignal.h 79 extern Int VG_(tkill) ( Int lwpid, Int signo );
pub_core_threadstate.h 139 Int lwpid; // PID of kernel task (Darwin: Mach thread) member in struct:__anon36436
417 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
m_libcproc.c 485 // Use Mach thread ports for lwpid instead.
m_signals.c     [all...]
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 292 td_ta_map_lwp2thr(td_thragent_t const * agent, lwpid_t lwpid,
296 th->tid = lwpid;
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 305 td_ta_map_lwp2thr(td_thragent_t const * agent, lwpid_t lwpid,
309 th->tid = lwpid;
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 369 == 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)();
2078 Int lwpid = VG_(gettid)(); local
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libthread_db.a 197 !\?=?'Vtd_err_eTD_NOLIBTHREADpthread_tGNU C 4.4.3td_ta_deleteTD_CREATEgEventMsgHandleNUM_SYMSTD_THR_ANY_STATEnotify_outTD_NOFPREGSunsigned int__int32_teventsTD_THR_ZOMBIEtd_thragent_tproc_handlefunctd_thrinfo_td_nameTD_PARTIALREGgSymbols__kernel_pid_ttd_ta_new/opt/digit/repo/gingerbreaduint32_ttd_event_msg_ttd_ta_clear_eventtd_thr_get_infocookieeventaddresslong long unsigned intoffsettd_ta_event_addrTD_BADPHd_reclentd_event_esigmasklwpid_tTD_NOSVthread_tsize_tint64_tTD_ERRd_typeagent_outtd_notify_t__uint64_tpathlwpidbionic/libthread_db/libthread_db.cpriocharpsaddr_ttd_thr_events_tdataTD_BADSHTD_VERSIONlong long inttd_symbol_listpid_tTD_BADTATD_BADTHTD_NOXREGStd_thr_event_enableinfotd_ta_thr_itertd_thrhandle_t__int64_tti_statedirentTD_NOEVENTSYM_THREAD_LISTsigset_tshort intTD_DBERRlong intTD_NOTSDuint64_tTD_NOCAPABd_offtd_ta_event_getmsgTD_BADKEYtd_thr_state_elong unsigned inttd_thr_tls_get_addrTD_NOLWPti_lidint32_tSYM_TD_CREATEta_argentrybptaddrunsigned charbkpt_addr__uint32_t_event_getmsg_helperps_prochandleuser_flagsTD_OKstated_inoTD_THR_SLEEPmap_addresssigned charTD_NOMSGshort unsigned inthandletd_ta_set_eventtd_thr_iter_fTD_DEATHagentti_tidtd_ta_map_lwp2thrTD_THR_UNKNOWNth_pTD_NOTHRTD_NOAPLICTD_MALLOCGCC: (GNU) 4.4.3? $Ë$?zR| ?LH? A? <AD? A? \AB? [? |AD? A? ?AD? A? ?
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 353 tst->os_state.lwpid = kport;
524 tst->os_state.lwpid = kport;
syswrap-x86-darwin.c 311 tst->os_state.lwpid = kport;
474 tst->os_state.lwpid = kport;
syswrap-darwin.c 111 tst->os_state.lwpid = VG_(gettid)();
718 #define MACH_THREAD ((Addr)VG_(get_ThreadState)(tid)->os_state.lwpid)
    [all...]
syswrap-linux.c 94 tst->os_state.lwpid = VG_(gettid)();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
thread_db.h 323 /* Map process ID LWPID to thread debug library handle for process
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
thread_db.h 323 /* Map process ID LWPID to thread debug library handle for process
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 387 lwpid_t lwpid; member in struct:_MDThread
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 238 prs->pr_pid = tst->os_state.lwpid;
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 294 offsetof(ThreadState, os_state) + offsetof(ThreadOSstate, lwpid),
    [all...]
  /external/valgrind/main/docs/xml/
manual-core-adv.xml     [all...]

Completed in 747 milliseconds

1 23