OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncThread
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.h
264
AsyncThread
(void *arg);
ProcessKDP.cpp
816
m_async_thread = Host::ThreadCreate ("<lldb.process.kdp-remote.async>", ProcessKDP::
AsyncThread
, this, NULL);
840
ProcessKDP::
AsyncThread
(void *arg)
848
log->Printf ("ProcessKDP::
AsyncThread
(arg = %p, pid = %" PRIu64 ") thread starting...", arg, pid);
850
Listener listener ("ProcessKDP::
AsyncThread
");
862
log->Printf ("ProcessKDP::
AsyncThread
(pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp)...",
868
log->Printf ("ProcessKDP::
AsyncThread
(pid = %" PRIu64 ") Got an event of type: %d...",
915
log->Printf ("ProcessKDP::
AsyncThread
(pid = %" PRIu64 ") got eBroadcastBitAsyncThreadShouldExit...",
923
log->Printf ("ProcessKDP::
AsyncThread
(pid = %" PRIu64 ") got unknown event 0x%8.8x",
935
log->Printf ("ProcessKDP::
AsyncThread
(pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp) => false",
943
log->Printf ("ProcessKDP::
AsyncThread
(arg = %p, pid = %" PRIu64 ") thread exiting..."
[
all
...]
/external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.h
344
AsyncThread
(void *arg);
ProcessGDBRemote.cpp
[
all
...]
Completed in 108 milliseconds