OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stderr_thread
(Results
1 - 8
of
8
) sorted by null
/system/core/adb/
test_adb.py
115
stderr_thread
= threading.Thread(
118
stderr_thread
.daemon = True
119
stderr_thread
.start()
adb.cpp
767
unique_handle
stderr_thread
(reinterpret_cast<HANDLE>(
770
if (
stderr_thread
.get() == nullptr) {
810
const HANDLE threads[] = { stdout_thread.get(),
stderr_thread
.get() };
[
all
...]
/system/extras/pagecache/
pagecache.py
292
stderr_thread
= FileReaderThread(stderr, stderr_queue,
295
stderr_thread
.start()
314
while (stdout_thread.isAlive() or
stderr_thread
.isAlive() or
344
stderr_thread
.join()
/external/chromium-trace/catapult/systrace/systrace/agents/
atrace_agent.py
182
stderr_thread
= FileReaderThread(self._adb.stderr, stderr_queue,
185
stderr_thread
.start()
196
while (stdout_thread.isAlive() or
stderr_thread
.isAlive() or
262
stderr_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 3517 milliseconds