OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnExit
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/base/memory/
singleton.h
238
Traits::kRegisterAtExit ?
OnExit
: nullptr, nullptr);
247
// Calling
OnExit
while singleton is in use by other threads is a mistake.
248
static void
OnExit
(void* /*unused*/) {
/external/libchrome/base/
lazy_instance.h
138
// the
OnExit
member function, where needed.
159
Traits::kRegisterOnExit ?
OnExit
: nullptr, this);
199
// Calling
OnExit
while the instance is in use by other threads is a mistake.
200
static void
OnExit
(void* lazy_instance) {
/external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanel.cpp
278
// CCPApp::
OnExit
282
CCPApp::
OnExit
()
307
lResult =
OnExit
();
/external/compiler-rt/lib/asan/
asan_interceptors.cc
128
int
OnExit
() {
189
#define COMMON_INTERCEPTOR_ON_EXIT(ctx)
OnExit
()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.cpp
296
ON_COMMAND(ID_FILE_EXIT,
OnExit
)
506
//
OnExit
509
void ChooserDialog::
OnExit
()
[
all
...]
/external/compiler-rt/lib/msan/
msan_interceptors.cc
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
[
all
...]
/external/v8/src/
d8.cc
[
all
...]
Completed in 3003 milliseconds