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

  /external/libchrome/base/
lazy_instance.h 132 // the OnExit member function, where needed.
168 Traits::kRegisterOnExit ? OnExit : NULL);
199 // Calling OnExit while the instance is in use by other threads is a mistake.
200 static void OnExit(void* lazy_instance) {
  /external/libchrome/base/memory/
singleton.h 222 // Allow TraceLog tests to test tracing after OnExit.
256 AtExitManager::RegisterCallback(OnExit, NULL);
269 // Calling OnExit while singleton is in use by other threads is a mistake.
270 static void OnExit(void* /*unused*/) {
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanel.h 78 virtual LRESULT OnExit();
ControlPanel.cpp 278 // CCPApp::OnExit
282 CCPApp::OnExit()
307 lResult = OnExit();
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
SockInterface.c 284 goto OnExit;
291 OnExit:
336 goto OnExit;
342 goto OnExit;
348 goto OnExit;
356 goto OnExit;
363 OnExit:
Tcp4Dispatcher.c 400 goto OnExit;
420 goto OnExit;
580 goto OnExit;
599 OnExit:
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
SockInterface.c 297 goto OnExit;
304 OnExit:
351 goto OnExit;
357 goto OnExit;
363 goto OnExit;
371 goto OnExit;
378 OnExit:
TcpDispatcher.c 532 goto OnExit;
570 goto OnExit;
741 goto OnExit;
770 OnExit:
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.h 116 afx_msg void OnExit();
ChooserDialog.cpp 296 ON_COMMAND(ID_FILE_EXIT, OnExit)
506 // OnExit
509 void ChooserDialog::OnExit()
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigFileExplorer.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c     [all...]
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 128 int OnExit() {
189 #define COMMON_INTERCEPTOR_ON_EXIT(ctx) OnExit()
  /external/v8/src/
d8.h 357 static void OnExit(Isolate* isolate);
d8.cc     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/libchrome/base/trace_event/
trace_log.cc 58 LeakySingletonTraits<trace_event::TraceLog>>::OnExit(0);
    [all...]

Completed in 350 milliseconds