HomeSort by relevance Sort by last modified time
    Searched refs:ThreadContext (Results 1 - 15 of 15) 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.h 22 ThreadContext *t; \
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 123 struct ThreadContext {
133 static ThreadContext* Get() {
134 return reinterpret_cast<ThreadContext*>(SkTLS::Get(Create, Delete));
137 ThreadContext()
144 static void* Create() { return new ThreadContext; }
145 static void Delete(void* context) { delete reinterpret_cast<ThreadContext*>(context); }
158 ThreadContext* ctx = ThreadContext::Get();
171 ThreadContext* ctx = ThreadContext::Get()
    [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) {
53 void ThreadContext::OnCreated(void *arg) {
69 void ThreadContext::OnReset() {
75 void ThreadContext::OnDetached(void *arg)
    [all...]
tsan_rtl_report.cc 183 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) {
208 static ThreadContext *FindThreadByUidLocked(int unique_id) {
210 return static_cast<ThreadContext *>(
215 static ThreadContext *FindThreadByTidLocked(int tid) {
217 return static_cast<ThreadContext*>(
223 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base);
232 ThreadContext *IsThreadStackOrTls(uptr addr, bool *is_stack) {
234 ThreadContext *tctx = static_cast<ThreadContext*>(
    [all...]
tsan_defs.h 149 class ThreadContext;
tsan_rtl.h 383 ThreadContext *tctx;
427 class ThreadContext : public ThreadContextBase {
429 explicit ThreadContext(int tid);
430 ~ThreadContext();
531 void AddThread(const ThreadContext *tctx, bool suppressable = false);
tsan_rtl_mutex.cc 364 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base);
407 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base);
tsan_rtl.cc 85 void *mem = internal_alloc(MBlockThreadContex, sizeof(ThreadContext));
86 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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 247 milliseconds