OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dd_lt
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/dd/
dd_rtl.h
29
DDLogicalThread *
dd_lt
;
member in struct:__dsan::Thread
dd_rtl.cc
60
lt = thr->
dd_lt
;
104
thr->
dd_lt
= ctx->dd->CreateLogicalThread(id);
109
ctx->dd->DestroyLogicalThread(thr->
dd_lt
);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
110
thr->
dd_lt
= ctx->dd->CreateLogicalThread(unique_id);
137
ctx->dd->DestroyLogicalThread(thr->
dd_lt
);
tsan_rtl.h
416
DDLogicalThread *
dd_lt
;
member in struct:__tsan::ThreadState
tsan_rtl_mutex.cc
36
DDCallback::lt = thr->
dd_lt
;
Completed in 61 milliseconds