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

  /external/chromium_org/sandbox/mac/
dispatch_source_mach.h 19 class SANDBOX_EXPORT DispatchSourceMach {
24 DispatchSourceMach(const char* name,
30 DispatchSourceMach(dispatch_queue_t queue,
36 ~DispatchSourceMach();
56 DISALLOW_COPY_AND_ASSIGN(DispatchSourceMach);
dispatch_source_mach.cc 9 DispatchSourceMach::DispatchSourceMach(const char* name,
14 : DispatchSourceMach(dispatch_queue_create(name, NULL),
22 DispatchSourceMach::DispatchSourceMach(dispatch_queue_t queue,
37 DispatchSourceMach::~DispatchSourceMach() {
41 void DispatchSourceMach::Resume() {
45 void DispatchSourceMach::Cancel() {
mach_message_server.h 17 class DispatchSourceMach;
66 scoped_ptr<DispatchSourceMach> dispatch_source_;
xpc_message_server.h 16 class DispatchSourceMach;
52 scoped_ptr<DispatchSourceMach> dispatch_source_;
dispatch_source_mach_unittest.cc 47 DispatchSourceMach source("org.chromium.sandbox.test.ReceiveAfterResume",
77 scoped_ptr<DispatchSourceMach> source(new DispatchSourceMach(
106 scoped_ptr<DispatchSourceMach>* source_ptr = &source;
xpc_message_server.cc 44 dispatch_source_.reset(new DispatchSourceMach(
mach_message_server.cc 72 dispatch_source_.reset(new DispatchSourceMach(

Completed in 1299 milliseconds