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

  /external/chromium/chrome/common/
service_process_util_posix.cc 62 void ServiceProcessState::StateData::SignalReady(base::WaitableEvent* signal,
138 bool ServiceProcessState::SignalReady(
159 NewRunnableMethod(state_, &ServiceProcessState::StateData::SignalReady,
service_process_util.h 71 // process (in the same thread that called SignalReady). It can be NULL.
74 bool SignalReady(
service_process_util_posix.h 63 void SignalReady(base::WaitableEvent* signal, bool* success);
service_process_util_win.cc 126 bool ServiceProcessState::SignalReady(
service_process_util_unittest.cc 100 ASSERT_TRUE(state.SignalReady(IOMessageLoopProxy(), NULL));
212 EXPECT_TRUE(state.SignalReady(io_thread_.message_loop_proxy(),
367 ASSERT_TRUE(service_process_state_.SignalReady(

Completed in 32 milliseconds