OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CleanUp
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/
browser_process_sub_thread.cc
18
//
CleanUp
function to run.
31
void BrowserProcessSubThread::
CleanUp
() {
io_thread.cc
323
//
CleanUp
function to run.
472
void IOThread::
CleanUp
() {
544
BrowserProcessSubThread::
CleanUp
();
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/
win_ce_semaphore.c
36
static SYNCHHANDLE
CleanUp
(SYNCHHANDLE hSynch, DWORD Flags);
94
result=
CleanUp
(hSynch, 6 /* An event and a mutex, but no semaphore. */);
197
static SYNCHHANDLE
CleanUp
(SYNCHHANDLE hSynch, DWORD Flags)
/external/chromium/net/base/
network_config_watcher_mac.cc
37
virtual void
CleanUp
();
80
void NetworkConfigWatcherMacThread::
CleanUp
() {
network_change_notifier_linux.cc
38
virtual void
CleanUp
();
80
void NetworkChangeNotifierLinux::Thread::
CleanUp
() {
/external/chromium/base/threading/
thread.h
26
// (1) Thread::
CleanUp
()
51
// NOTE: If you are subclassing from Thread, and you wish for your
CleanUp
140
virtual void
CleanUp
() {}
143
// should prefer to use
CleanUp
(). This method is used when code needs to
thread_unittest.cc
65
// Thread::
CleanUp
() was called.
84
// Must call Stop() manually to have our
CleanUp
() function called.
92
virtual void
CleanUp
() {
226
// (1) Thread::
CleanUp
()
229
TEST_F(ThreadTest,
CleanUp
) {
/external/chromium/chrome/browser/ui/views/extensions/
extension_view.cc
38
CleanUp
();
125
void ExtensionView::
CleanUp
() {
/external/chromium/net/proxy/
sync_host_resolver_bridge_unittest.cc
183
virtual void
CleanUp
() {
228
// is running on IOThread). The IOThread::
Cleanup
() will verify that after
/external/chromium/base/
shared_memory_unittest.cc
30
static void
CleanUp
() {
222
MultipleThreadMain::
CleanUp
();
253
MultipleThreadMain::
CleanUp
();
333
static void
CleanUp
() {
381
SharedMemoryProcessTest::
CleanUp
();
394
SharedMemoryProcessTest::
CleanUp
();
/external/chromium/chrome/browser/metrics/
thread_watcher.cc
360
//
CleanUp
function to run.
419
void WatchDogThread::
CleanUp
() {
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc
88
virtual void
CleanUp
() {
/external/v8/tools/
stats-viewer.py
94
self.
CleanUp
()
127
def
CleanUp
(self):
/external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc
384
void
CleanUp
() {
[
all
...]
/external/v8/src/
heap.cc
[
all
...]
Completed in 313 milliseconds