Lines Matching full:gettid
42 // Bionic implements and exports gettid but only implements tgkill.
49 // Mac OS >= 10.6 has a system call equivalent to Linux's gettid().
50 static pid_t gettid() {
56 // glibc doesn't implement or export either gettid or tgkill.
61 static pid_t gettid() {
96 ALOGV("Unwinding current thread %d.", gettid());
134 if (!android_atomic_acquire_cas(gettid(), STATE_DUMPING, &g_unwind_signal_state.tid_state)) {
144 gettid(), android_atomic_acquire_load(&g_unwind_signal_state.tid_state));
151 if (tid == gettid()) {
155 ALOGV("Unwinding thread %d from thread %d.", tid, gettid());