HomeSort by relevance Sort by last modified time
    Searched full:tid_state (Results 1 - 1 of 1) sorted by null

  /system/core/libcorkscrew/
backtrace.c 125 int32_t tid_state; member in struct:__anon60902
134 if (!android_atomic_acquire_cas(gettid(), STATE_DUMPING, &g_unwind_signal_state.tid_state)) {
141 android_atomic_release_store(STATE_DONE, &g_unwind_signal_state.tid_state);
144 gettid(), android_atomic_acquire_load(&g_unwind_signal_state.tid_state));
177 android_atomic_release_store(tid, &g_unwind_signal_state.tid_state);
180 int32_t tid_state = tid; local
187 tid_state = android_atomic_acquire_load(&g_unwind_signal_state.tid_state);
188 if (tid_state != tid) {
202 if (tid_state == tid)
    [all...]

Completed in 44 milliseconds