HomeSort by relevance Sort by last modified time
    Searched defs:ThreadContext (Results 1 - 12 of 12) 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/chromium_org/components/nacl/loader/nonsfi/
irt_thread.cc 33 struct ThreadContext {
45 ::scoped_ptr<ThreadContext> context(static_cast<ThreadContext*>(arg));
72 ::scoped_ptr<ThreadContext> context(new ThreadContext);
  /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) {
67 void ThreadContext::OnReset() {
81 void ThreadContext::OnStarted(void *arg)
    [all...]
tsan_rtl.h 370 ThreadContext *tctx;
405 class ThreadContext : public ThreadContextBase {
407 explicit ThreadContext(int tid);
408 ~ThreadContext();
504 void AddThread(const ThreadContext *tctx, bool suppressable = false);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 117 struct ThreadContext {
119 SK_DECLARE_INST_COUNT_ROOT(ThreadContext);
127 static ThreadContext* Get() {
128 return reinterpret_cast<ThreadContext*>(SkTLS::Get(Create, Delete));
131 ThreadContext()
138 static void* Create() { return SkNEW(ThreadContext ); }
139 static void Delete(void* context) { SkDELETE(reinterpret_cast<ThreadContext *>(context)); }
154 ThreadContext* ctx = ThreadContext::Get();
167 ThreadContext* ctx = ThreadContext::Get()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /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...]
  /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 

Completed in 2135 milliseconds