OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadContext
(Results
1 - 11
of
11
) 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
...]
lsan_interceptors.cc
41
ThreadContext
*t; \
/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_report.cc
189
void ScopedReport::AddThread(const
ThreadContext
*tctx) {
217
static
ThreadContext
*FindThreadByUidLocked(int unique_id) {
221
ThreadContext
*tctx = static_cast<
ThreadContext
*>(
230
static
ThreadContext
*FindThreadByTidLocked(int tid) {
233
return static_cast<
ThreadContext
*>(
239
ThreadContext
*tctx = static_cast<
ThreadContext
*>(tctx_base);
248
ThreadContext
*IsThreadStackOrTls(uptr addr, bool *is_stack) {
251
ThreadContext
*tctx = static_cast<ThreadContext*>
[
all
...]
tsan_rtl.h
473
class
ThreadContext
: public ThreadContextBase {
475
explicit
ThreadContext
(int tid);
476
~
ThreadContext
();
565
void AddThread(const
ThreadContext
*tctx);
tsan_rtl_mutex.cc
257
ThreadContext
*tctx = static_cast<
ThreadContext
*>(tctx_base);
293
ThreadContext
*tctx = static_cast<
ThreadContext
*>(tctx_base);
tsan_rtl.cc
58
void *mem = internal_alloc(MBlockThreadContex, sizeof(
ThreadContext
));
59
return new(mem)
ThreadContext
(tid);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
Completed in 497 milliseconds