Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp86 static pid_t __gettid() { in __gettid() function
227 extra_desc, __gettid(), thread_name, self_pid, main_thread_name); in log_signal_summary()
515 int rc = syscall(SYS_rt_tgsigqueueinfo, __getpid(), __gettid(), info->si_signo, info); in resend_signal()
645 .crashing_tid = (signal_number == BIONIC_SIGNAL_DEBUGGER) ? __getpid() : __gettid(), in debuggerd_signal_handler()