OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastState
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc
19
TEST(Shadow,
FastState
) {
20
Shadow s(
FastState
(11, 22));
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
85
//
FastState
(from most significant bit):
91
class
FastState
{
93
FastState
(u64 tid, u64 epoch) {
101
explicit
FastState
(u64 x)
176
class Shadow : public
FastState
{
179
:
FastState
(x) {
182
explicit Shadow(const
FastState
&s)
183
:
FastState
(s.x_) {
360
FastState
fast_state;
780
void ALWAYS_INLINE TraceAddEvent(ThreadState *thr,
FastState
fs
[
all
...]
tsan_rtl_thread.cc
359
FastState
fast_state = thr->fast_state;
tsan_rtl.cc
775
FastState
fast_state = thr->fast_state;
tsan_rtl_mutex.cc
119
FastState
last(last_lock);
tsan_rtl_report.cc
653
FastState
s(thr->racy_state[i]);
Completed in 232 milliseconds