Searched defs:gettid (Results 1 - 1 of 1) sorted by path

/system/core/libcorkscrew/
H A Dbacktrace.c45 // Bionic implements and exports gettid but only implements tgkill.
50 // glibc doesn't implement or export either gettid or tgkill.
55 static pid_t gettid() { function
90 ALOGV("Unwinding current thread %d.", gettid());
128 if (!android_atomic_acquire_cas(gettid(), STATE_DUMPING, &g_unwind_signal_state.tid_state)) {
138 gettid(), android_atomic_acquire_load(&g_unwind_signal_state.tid_state));
145 if (tid == gettid()) {
149 ALOGV("Unwinding thread %d from thread %d.", tid, gettid());

Completed in 157 milliseconds