Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Side by Side Diff: mojo/edk/system/entrypoint_class.h

Issue 2052423002: Add Dispatcher methods for wait sets. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: oops Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/edk/system/dispatcher.cc ('k') | mojo/edk/system/shared_buffer_dispatcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MOJO_EDK_SYSTEM_ENTRYPOINT_CLASS_H_ 5 #ifndef MOJO_EDK_SYSTEM_ENTRYPOINT_CLASS_H_
6 #define MOJO_EDK_SYSTEM_ENTRYPOINT_CLASS_H_ 6 #define MOJO_EDK_SYSTEM_ENTRYPOINT_CLASS_H_
7 7
8 namespace mojo { 8 namespace mojo {
9 namespace system { 9 namespace system {
10 10
(...skipping 18 matching lines...) Expand all
29 DATA_PIPE_PRODUCER, 29 DATA_PIPE_PRODUCER,
30 30
31 // |Dispatcher::SetDataPipeConsumerOptions()|, 31 // |Dispatcher::SetDataPipeConsumerOptions()|,
32 // |Dispatcher::GetDataPipeConsumerOptions()|, |Dispatcher::ReadData()|, 32 // |Dispatcher::GetDataPipeConsumerOptions()|, |Dispatcher::ReadData()|,
33 // |Dispatcher::BeginReadData()|, |Dispatcher::EndReadData()|: 33 // |Dispatcher::BeginReadData()|, |Dispatcher::EndReadData()|:
34 DATA_PIPE_CONSUMER, 34 DATA_PIPE_CONSUMER,
35 35
36 // |Dispatcher::DuplicateBufferHandle()|, 36 // |Dispatcher::DuplicateBufferHandle()|,
37 // |Dispatcher::GetBufferInformation()|, |Dispatcher::MapBuffer()|: 37 // |Dispatcher::GetBufferInformation()|, |Dispatcher::MapBuffer()|:
38 BUFFER, 38 BUFFER,
39
40 // |Dispatcher::WaitSetAdd()|, |Dispatcher::WaitSetRemove()|,
41 // |Dispatcher::WaitSetWait()|:
42 WAIT_SET,
39 }; 43 };
40 44
41 } // namespace system 45 } // namespace system
42 } // namespace mojo 46 } // namespace mojo
43 47
44 #endif // MOJO_EDK_SYSTEM_ENTRYPOINT_CLASS_H_ 48 #endif // MOJO_EDK_SYSTEM_ENTRYPOINT_CLASS_H_
OLDNEW
« no previous file with comments | « mojo/edk/system/dispatcher.cc ('k') | mojo/edk/system/shared_buffer_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698