HomeSort by relevance Sort by last modified time
    Searched refs:STATE_STOPPING (Results 1 - 2 of 2) sorted by null

  /hardware/ril/mock-ril/src/cpp/
worker.h 63 #define STATE_STOPPING 3
76 // Return true if changed from STATE_RUNNING to STATE_STOPPING
79 // Wait until state is not STATE_STOPPING
worker.cpp 64 // Return true if changed from STATE_RUNNING to STATE_STOPPING
67 bool ret_value = (android_atomic_acquire_cas(STATE_RUNNING, STATE_STOPPING, &state_) == 0);
72 // Wait until state is not STATE_STOPPING
76 while(android_atomic_release_load(&state_) == STATE_STOPPING) {

Completed in 245 milliseconds