HomeSort by relevance Sort by last modified time
    Searched defs:ThreadContext (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_thread.h 26 class ThreadContext : public ThreadContextBase {
28 explicit ThreadContext(int tid);
56 ThreadContext *CurrentThreadContext();
lsan_thread.cc 31 void *mem = MmapOrDie(sizeof(ThreadContext), "ThreadContext");
32 return new(mem) ThreadContext(tid);
52 ThreadContext::ThreadContext(int tid)
69 void ThreadContext::OnStarted(void *arg) {
80 void ThreadContext::OnFinished() {
107 ThreadContext *CurrentThreadContext() {
112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
142 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) {
53 void ThreadContext::OnCreated(void *arg) {
69 void ThreadContext::OnReset() {
75 void ThreadContext::OnDetached(void *arg)
    [all...]
tsan_rtl.h 411 ThreadContext *tctx;
460 class ThreadContext : public ThreadContextBase {
462 explicit ThreadContext(int tid);
463 ~ThreadContext();
564 void AddThread(const ThreadContext *tctx, bool suppressable = false);
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
dnsns.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
dnsns.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.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...]
  /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 1004 milliseconds