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 119 int32_t tid_state; member in struct:__anon44100
128 if (!android_atomic_acquire_cas(gettid(), STATE_DUMPING, &g_unwind_signal_state.tid_state)) {
135 android_atomic_release_store(STATE_DONE, &g_unwind_signal_state.tid_state);
138 gettid(), android_atomic_acquire_load(&g_unwind_signal_state.tid_state));
169 android_atomic_release_store(tid, &g_unwind_signal_state.tid_state);
172 int32_t tid_state = tid; local
179 tid_state = android_atomic_acquire_load(&g_unwind_signal_state.tid_state);
180 if (tid_state != tid) {
194 if (tid_state == tid)
    [all...]

Completed in 552 milliseconds