OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdout_thread
(Results
1 - 8
of
8
) sorted by null
/system/core/adb/
test_adb.py
108
stdout_thread
= threading.Thread(
111
stdout_thread
.daemon = True
112
stdout_thread
.start()
adb.cpp
758
unique_handle
stdout_thread
(reinterpret_cast<HANDLE>(
761
if (
stdout_thread
.get() == nullptr) {
810
const HANDLE threads[] = {
stdout_thread
.get(), stderr_thread.get() };
[
all
...]
/system/extras/pagecache/
pagecache.py
290
stdout_thread
= FileReaderThread(stdout, stdout_queue,
294
stdout_thread
.start()
314
while (
stdout_thread
.isAlive() or stderr_thread.isAlive() or
343
stdout_thread
.join()
/external/chromium-trace/catapult/systrace/systrace/agents/
atrace_agent.py
180
stdout_thread
= FileReaderThread(self._adb.stdout, stdout_queue,
184
stdout_thread
.start()
196
while (
stdout_thread
.isAlive() or stderr_thread.isAlive() or
235
stdout_thread
.set_chunk_size(4096)
261
stdout_thread
.join()
/prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py
[
all
...]
Completed in 153 milliseconds