OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lwpid
(Results
51 - 70
of
70
) sorted by null
1
2
3
/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
! \ ? = ? ' V td_err_e TD_NOLIBTHREAD pthread_t GNU C 4.4.3 td_ta_delete TD_CREATE gEventMsgHandle NUM_SYMS TD_THR_ANY_STATE notify_out TD_NOFPREGS unsigned int __int32_t events TD_THR_ZOMBIE td_thragent_t proc_handle func td_thrinfo_t d_name TD_PARTIALREG gSymbols __kernel_pid_t td_ta_new /opt/digit/repo/gingerbread uint32_t td_event_msg_t td_ta_clear_event td_thr_get_info cookie event address long long unsigned int offset td_ta_event_addr TD_BADPH d_reclen td_event_e sigmask lwpid_t TD_NOSV thread_t size_t int64_t TD_ERR d_type agent_out td_notify_t __uint64_t path
lwpid