OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POSIXThread
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/POSIX/
POSIXThread.h
1
//===--
POSIXThread
.h -------------------------------------------*- C++ -*-===//
27
// @class
POSIXThread
29
class
POSIXThread
33
POSIXThread
(lldb_private::Process &process, lldb::tid_t tid);
35
virtual ~
POSIXThread
();
POSIXThread.cpp
1
//===--
POSIXThread
.cpp -----------------------------------------*- C++ -*-===//
28
#include "
POSIXThread
.h"
44
POSIXThread
::
POSIXThread
(Process &process, lldb::tid_t tid)
53
log->Printf ("
POSIXThread
::%s (tid = %" PRIi64 ")", __FUNCTION__, tid);
70
POSIXThread
::~
POSIXThread
()
76
POSIXThread
::GetMonitor()
84
POSIXThread
::RefreshStateAfterStop()
103
log->Printf ("
POSIXThread
::%s (tid = %" PRIi64 ") setting thread resume state to running", __FUNCTION__, GetID())
[
all
...]
Completed in 88 milliseconds