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

/external/valgrind/main/coregrind/
H A Dm_threadstate.c130 ThreadId VG_(lwpid_to_vgtid)(Int lwp) function
H A Dpub_core_threadstate.h399 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
H A Dm_libcassert.c201 = VG_(get_ThreadState)( VG_(lwpid_to_vgtid)( VG_(gettid)() ) );
H A Dm_signals.c1953 ThreadId tid = VG_(lwpid_to_vgtid)(VG_(gettid)());
2331 ThreadId tid = VG_(lwpid_to_vgtid)(VG_(gettid)());
2390 ThreadId tid = VG_(lwpid_to_vgtid)(VG_(gettid)());
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-darwin.c429 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
H A Dsyswrap-x86-darwin.c419 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
H A Dsyswrap-generic.c3404 tid = VG_(lwpid_to_vgtid)(pid);
H A Dsyswrap-darwin.c7039 return VG_(lwpid_to_vgtid)(port) != VG_INVALID_THREADID;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low.c75 if (!VG_(lwpid_to_vgtid)(thread_to_gdb_id(thread))) {

Completed in 111 milliseconds