Home
last modified time | relevance | path

Searched refs:lwpid_to_vgtid (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/coregrind/
Dm_threadstate.c168 ThreadId VG_(lwpid_to_vgtid)(Int lwp) in VG_() argument
Dpub_core_threadstate.h467 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
Dm_libcassert.c346 = VG_(get_ThreadState)( VG_(lwpid_to_vgtid)( VG_(gettid)() ) ); in show_sched_status_wrk()
Dm_signals.c2402 ThreadId tid = VG_(lwpid_to_vgtid)(VG_(gettid)()); in async_signalhandler()
2805 ThreadId tid = VG_(lwpid_to_vgtid)(VG_(gettid)()); in sync_signalhandler()
2869 ThreadId tid = VG_(lwpid_to_vgtid)(VG_(gettid)()); in sigvgkill_handler()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c444 ThreadId tid = VG_(lwpid_to_vgtid)(kport); in wqthread_hijack()
Dsyswrap-amd64-darwin.c496 ThreadId tid = VG_(lwpid_to_vgtid)(kport); in wqthread_hijack()
Dsyswrap-generic.c3711 tid = VG_(lwpid_to_vgtid)(pid); in ML_()
Dsyswrap-darwin.c8344 return VG_(lwpid_to_vgtid)(port) != VG_INVALID_THREADID; in is_thread_port()
/external/valgrind/coregrind/m_gdbserver/
Dtarget.c55 if (!VG_(lwpid_to_vgtid)(thread_to_gdb_id(thread))) { in remove_thread_if_not_in_vg_threads()