Searched defs:SHUTDOWN (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dcondition_variable.h149 enum RunState { SHUTDOWN = 0, RUNNING = 64213 }; enumerator in enum:ConditionVariable::RunState
H A Dwatchdog.h67 enum State {ARMED, DISARMED, SHUTDOWN }; enumerator in enum:Watchdog::State
H A Dtracked_objects.h524 // Set internal status_ to either become ACTIVE, or later, to be SHUTDOWN,
553 // proceed towards SHUTDOWN, and never go backwards.
557 SHUTDOWN, enumerator in enum:tracked_objects::ThreadData::Status
600 // Each registered thread is called to set status_ to SHUTDOWN.
614 // We set status_ to SHUTDOWN when we shut down the tracking service. This
/external/openssl/
H A De_os.h493 # define SHUTDOWN(fd) close(fd) macro
520 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } macro
525 # define SHUTDOWN(fd) close_s(fd) macro
534 # define SHUTDOWN(fd) MacSocket_close(fd) macro
555 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); } macro
620 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); } macro

Completed in 36 milliseconds