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

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

Completed in 65 milliseconds