Searched refs:STATE_CANCEL (Results 1 - 1 of 1) sorted by relevance

/system/core/libcorkscrew/
H A Dbacktrace.c115 static const int32_t STATE_CANCEL = -3; variable
195 if (!android_atomic_acquire_cas(tid, STATE_CANCEL, &g_unwind_signal_state.tid_state)) {
197 tid_state = STATE_CANCEL;

Completed in 12 milliseconds