HomeSort by: relevance | last modified time | path
    Searched refs:DDLogicalThread (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 33 struct DDLogicalThread;
66 DDLogicalThread *lt;
78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; }
79 virtual void DestroyLogicalThread(DDLogicalThread *lt) {}
sanitizer_deadlock_detector1.cc 29 struct DDLogicalThread {
46 DDLogicalThread *CreateLogicalThread(u64 ctx) override;
47 void DestroyLogicalThread(DDLogicalThread *lt) override;
58 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m);
80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt));
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) {
89 lt->~DDLogicalThread();
98 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m)
    [all...]
sanitizer_deadlock_detector2.cc 71 struct DDLogicalThread {
90 DDLogicalThread* CreateLogicalThread(u64 ctx);
91 void DestroyLogicalThread(DDLogicalThread *lt);
102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx);
103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
136 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
137 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(
138 sizeof(DDLogicalThread));
144 void DD::DestroyLogicalThread(DDLogicalThread *lt)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.h 29 DDLogicalThread *dd_lt;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 432 DDLogicalThread *dd_lt;

Completed in 13 milliseconds