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

/external/chromium_org/mojo/system/
H A Dplatform_handle_dispatcher.h41 virtual void CloseImplNoLock() OVERRIDE;
H A Ddata_pipe_consumer_dispatcher.h36 virtual void CloseImplNoLock() OVERRIDE;
H A Ddata_pipe_producer_dispatcher.h36 virtual void CloseImplNoLock() OVERRIDE;
H A Dshared_buffer_dispatcher.h75 virtual void CloseImplNoLock() OVERRIDE;
H A Ddata_pipe_producer_dispatcher.cc27 // |Close()|/|CloseImplNoLock()| should have taken care of the pipe.
36 void DataPipeProducerDispatcher::CloseImplNoLock() { function in class:mojo::system::DataPipeProducerDispatcher
H A Dplatform_handle_dispatcher.cc76 void PlatformHandleDispatcher::CloseImplNoLock() { function in class:mojo::system::PlatformHandleDispatcher
H A Ddata_pipe_consumer_dispatcher.cc27 // |Close()|/|CloseImplNoLock()| should have taken care of the pipe.
36 void DataPipeConsumerDispatcher::CloseImplNoLock() { function in class:mojo::system::DataPipeConsumerDispatcher
H A Dmessage_pipe_dispatcher.h77 virtual void CloseImplNoLock() OVERRIDE;
H A Ddispatcher.cc262 void Dispatcher::CloseImplNoLock() { function in class:mojo::system::Dispatcher
412 CloseImplNoLock();
430 CloseImplNoLock();
H A Dcore_test_base.cc40 virtual void CloseImplNoLock() OVERRIDE {
H A Ddispatcher.h224 // exactly once -- first |CancelAllWaitersNoLock()|, then |CloseImplNoLock()|,
227 virtual void CloseImplNoLock();
285 // held, to satisfy any |lock_.AssertAcquired()| (e.g., in |CloseImplNoLock()|
H A Dmessage_pipe_dispatcher.cc143 // |Close()|/|CloseImplNoLock()| should have taken care of the pipe.
162 void MessagePipeDispatcher::CloseImplNoLock() { function in class:mojo::system::MessagePipeDispatcher
H A Dshared_buffer_dispatcher.cc180 void SharedBufferDispatcher::CloseImplNoLock() { function in class:mojo::system::SharedBufferDispatcher

Completed in 4201 milliseconds