HomeSort by relevance Sort by last modified time
    Searched full:manual_reset (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/sandbox/win/src/
sync_interception.cc 20 BOOL manual_reset, BOOL initial_state,
23 HANDLE handle = orig_CreateEvent(security_attributes, manual_reset,
49 ResultCode code = CrossCall(ipc, IPC_CREATEEVENT_TAG, name, manual_reset,
sync_dispatcher.h 25 bool CreateEvent(IPCInfo* ipc, std::wstring* name, DWORD manual_reset,
sync_interception.h 29 LPSECURITY_ATTRIBUTES security_attributes, BOOL manual_reset,
sync_dispatcher.cc 49 DWORD manual_reset, DWORD initial_state) {
58 manual_reset, initial_state,
sync_policy.cc 67 uint32 manual_reset,
75 HANDLE local_handle = ::CreateEvent(NULL, manual_reset, initial_state,
sync_policy.h 38 uint32 manual_reset,
sync_policy_test.cc 46 BOOL manual_reset = FALSE; local
49 manual_reset = TRUE;
54 NULL, manual_reset, initial_state, event_name));
interceptors_64.cc 253 LPSECURITY_ATTRIBUTES security_attributes, BOOL manual_reset,
257 return TargetCreateEventW(orig_fn, security_attributes, manual_reset,
interceptors_64.h 158 LPSECURITY_ATTRIBUTES security_attributes, BOOL manual_reset,
  /external/chromium_org/third_party/libjingle/source/talk/base/
event.cc 44 Event::Event(bool manual_reset, bool initially_signaled)
45 : is_manual_reset_(manual_reset),
73 Event::Event(bool manual_reset, bool initially_signaled)
74 : is_manual_reset_(manual_reset),
event.h 46 Event(bool manual_reset, bool initially_signaled);
  /external/chromium/base/synchronization/
waitable_event_win.cc 15 WaitableEvent::WaitableEvent(bool manual_reset, bool signaled)
16 : handle_(CreateEvent(NULL, manual_reset, signaled, NULL)) {
waitable_event.h 47 // If manual_reset is true, then to set the event state to non-signaled, a
51 WaitableEvent(bool manual_reset, bool initially_signaled);
148 WaitableEventKernel(bool manual_reset, bool initially_signaled);
waitable_event_posix.cc 37 WaitableEvent::WaitableEvent(bool manual_reset, bool initially_signaled)
38 : kernel_(new WaitableEventKernel(manual_reset, initially_signaled)) {
335 WaitableEvent::WaitableEventKernel::WaitableEventKernel(bool manual_reset,
337 : manual_reset_(manual_reset),
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 16 WaitableEvent::WaitableEvent(bool manual_reset, bool signaled)
17 : handle_(CreateEvent(NULL, manual_reset, signaled, NULL)) {
waitable_event.h 46 // If manual_reset is true, then to set the event state to non-signaled, a
50 WaitableEvent(bool manual_reset, bool initially_signaled);
146 WaitableEventKernel(bool manual_reset, bool initially_signaled);
waitable_event_posix.cc 40 WaitableEvent::WaitableEvent(bool manual_reset, bool initially_signaled)
41 : kernel_(new WaitableEventKernel(manual_reset, initially_signaled)) {
341 WaitableEvent::WaitableEventKernel::WaitableEventKernel(bool manual_reset,
343 : manual_reset_(manual_reset),
  /external/chromium/third_party/libjingle/source/talk/base/
event.cc 44 Event::Event(bool manual_reset, bool initially_signaled)
45 : is_manual_reset_(manual_reset),
95 Event::Event(bool manual_reset, bool initially_signaled)
96 : is_manual_reset_(manual_reset),
event.h 45 Event(bool manual_reset, bool initially_signaled);
  /external/chromium_org/cc/base/
completion_event.h 21 : event_(false /* manual_reset */, false /* initially_signaled */) {
  /external/chromium_org/chromeos/dbus/
blocking_method_caller.cc 33 on_blocking_method_call_(false /* manual_reset */,
  /external/chromium_org/chrome/browser/chromeos/system/
statistics_provider.cc 196 // manual_reset needs to be true, as we want to keep the signaled state.
200 on_statistics_loaded_(true /* manual_reset */,
  /external/chromium_org/dbus/
bus.cc 193 on_shutdown_(false /* manual_reset */, false /* initially_signaled */),
    [all...]

Completed in 794 milliseconds