OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadContext
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_thread.h
22
class
ThreadContext
: public ThreadContextBase {
24
explicit
ThreadContext
(int tid);
49
ThreadContext
*CurrentThreadContext();
lsan_thread.cc
30
void *mem = MmapOrDie(sizeof(
ThreadContext
), "
ThreadContext
");
31
return new(mem)
ThreadContext
(tid);
51
ThreadContext
::
ThreadContext
(int tid)
66
void
ThreadContext
::OnStarted(void *arg) {
76
void
ThreadContext
::OnFinished() {
101
ThreadContext
*CurrentThreadContext() {
106
return (
ThreadContext
*)thread_registry->GetThreadLocked(GetCurrentThread());
136
ThreadContext
*context = static_cast<ThreadContext *>
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
23
//
ThreadContext
implementation.
25
ThreadContext
::
ThreadContext
(int tid)
34
ThreadContext
::~
ThreadContext
() {
38
void
ThreadContext
::OnDead() {
42
void
ThreadContext
::OnJoined(void *arg) {
54
void
ThreadContext
::OnCreated(void *arg) {
75
void
ThreadContext
::OnReset() {
89
void
ThreadContext
::OnStarted(void *arg)
[
all
...]
tsan_rtl.h
473
class
ThreadContext
: public ThreadContextBase {
475
explicit
ThreadContext
(int tid);
476
~
ThreadContext
();
565
void AddThread(const
ThreadContext
*tctx);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar
Completed in 2940 milliseconds