Searched refs:DispatchSourceMach (Results 1 – 7 of 7) sorted by relevance
9 DispatchSourceMach::DispatchSourceMach(const char* name,14 : DispatchSourceMach(dispatch_queue_create(name, NULL),22 DispatchSourceMach::DispatchSourceMach(dispatch_queue_t queue,37 DispatchSourceMach::~DispatchSourceMach() { in ~DispatchSourceMach()41 void DispatchSourceMach::Resume() { in Resume()45 void DispatchSourceMach::Cancel() { in Cancel()
19 class SANDBOX_EXPORT DispatchSourceMach {24 DispatchSourceMach(const char* name,30 DispatchSourceMach(dispatch_queue_t queue,36 ~DispatchSourceMach();56 DISALLOW_COPY_AND_ASSIGN(DispatchSourceMach);
47 DispatchSourceMach source("org.chromium.sandbox.test.ReceiveAfterResume", in TEST_F()77 scoped_ptr<DispatchSourceMach> source(new DispatchSourceMach( in TEST_F()106 scoped_ptr<DispatchSourceMach>* source_ptr = &source; in TEST_F()
16 class DispatchSourceMach; variable52 scoped_ptr<DispatchSourceMach> dispatch_source_;
17 class DispatchSourceMach; variable66 scoped_ptr<DispatchSourceMach> dispatch_source_;
44 dispatch_source_.reset(new DispatchSourceMach( in Initialize()
72 dispatch_source_.reset(new DispatchSourceMach( in Initialize()