OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:background_thread
(Results
1 - 8
of
8
) sorted by null
/system/tpm/trunks/
trunksd.cc
111
base::Thread
background_thread
(kBackgroundThreadName);
112
CHECK(
background_thread
.Start()) << "Failed to start background thread.";
115
background_thread
.task_runner()->PostNonNestableTask(
119
&resource_manager,
background_thread
.task_runner());
background_command_transceiver.h
35
// base::Thread
background_thread
("my thread");
39
//
background_thread
.message_loop_proxy());
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
223
ctx->
background_thread
= internal_start_thread(&BackgroundThread, 0);
229
internal_join_thread(ctx->
background_thread
);
230
ctx->
background_thread
= 0;
tsan_rtl.h
485
void *
background_thread
;
member in struct:__tsan::Context
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threading.py
426
def
background_thread
(evt):
433
thread.start_new_thread(
background_thread
, (evt,))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threading.py
426
def
background_thread
(evt):
433
thread.start_new_thread(
background_thread
, (evt,))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py
426
def
background_thread
(evt):
433
thread.start_new_thread(
background_thread
, (evt,))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py
426
def
background_thread
(evt):
433
thread.start_new_thread(
background_thread
, (evt,))
Completed in 120 milliseconds