HomeSort by: relevance | last modified time | path
    Searched defs:ThreadContext (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.h 26 class ThreadContext : public ThreadContextBase {
28 explicit ThreadContext(int tid);
56 ThreadContext *CurrentThreadContext();
lsan_thread.cc 29 void *mem = MmapOrDie(sizeof(ThreadContext), "ThreadContext");
30 return new(mem) ThreadContext(tid);
42 ThreadContext::ThreadContext(int tid)
59 void ThreadContext::OnStarted(void *arg) {
70 void ThreadContext::OnFinished() {
98 ThreadContext *CurrentThreadContext() {
103 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
133 ThreadContext *context = static_cast<ThreadContext *>
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_fuchsia.cpp 28 ThreadContext::ThreadContext(int tid) : ThreadContextLsanBase(tid) {}
36 void ThreadContext::OnCreated(void *arg) {
48 void ThreadContext::OnStarted(void *arg) {
74 auto ctx = static_cast<ThreadContext *>(tctx);
lsan_posix.cpp 25 ThreadContext::ThreadContext(int tid) : ThreadContextLsanBase(tid) {}
37 void ThreadContext::OnStarted(void *arg) {
65 ThreadContext *context = static_cast<ThreadContext *>(
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_fuchsia.cpp 28 ThreadContext::ThreadContext(int tid) : ThreadContextLsanBase(tid) {}
36 void ThreadContext::OnCreated(void *arg) {
48 void ThreadContext::OnStarted(void *arg) {
73 auto ctx = static_cast<ThreadContext *>(tctx);
lsan_posix.cpp 24 ThreadContext::ThreadContext(int tid) : ThreadContextLsanBase(tid) {}
36 void ThreadContext::OnStarted(void *arg) {
63 ThreadContext *context = static_cast<ThreadContext *>(
  /src/sys/external/bsd/compiler_rt/dist/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() {
76 void ThreadContext::OnDetached(void *arg)
    [all...]
tsan_rtl.h 427 ThreadContext *tctx;
476 class ThreadContext : public ThreadContextBase {
478 explicit ThreadContext(int tid);
479 ~ThreadContext();
587 void AddThread(const ThreadContext *tctx, bool suppressable = false);
623 ThreadContext *IsThreadStackOrTls(uptr addr, bool *is_stack);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_thread.cpp 22 // ThreadContext implementation.
24 ThreadContext::ThreadContext(Tid tid) : ThreadContextBase(tid), thr(), sync() {}
27 ThreadContext::~ThreadContext() {
31 void ThreadContext::OnReset() { CHECK(!sync); }
35 ThreadContext *tctx;
41 auto *tctx = static_cast<ThreadContext *>(tctx_base);
57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) {
135 void ThreadContext::OnCreated(void *arg)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_thread.cpp 22 // ThreadContext implementation.
24 ThreadContext::ThreadContext(Tid tid)
28 ThreadContext::~ThreadContext() {
32 void ThreadContext::OnReset() {
41 ThreadContext *tctx;
47 auto *tctx = static_cast<ThreadContext *>(tctx_base);
61 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) {
127 void ThreadContext::OnCreated(void *arg)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MinidumpYAML.h 110 yaml::BinaryRef ThreadContext;
117 ArrayRef<uint8_t> ThreadContext)
119 MDExceptionStream(MDExceptionStream), ThreadContext(ThreadContext) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h 247 LocationDescriptor ThreadContext;

Completed in 19 milliseconds