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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.h 64 friend class ThreadClock;
125 class ThreadClock {
129 explicit ThreadClock(unsigned tid, unsigned reused = 0);
171 ALWAYS_INLINE u64 ThreadClock::get(unsigned tid) const {
176 ALWAYS_INLINE void ThreadClock::set(u64 v) {
181 ALWAYS_INLINE void ThreadClock::tick() {
185 ALWAYS_INLINE uptr ThreadClock::size() const {
tsan_clock.cc 17 // SyncClock and ThreadClock implement vector clocks for sync variables
19 // ThreadClock contains fixed-size vector clock for maximum number of threads.
24 // void ThreadClock::acquire(const SyncClock *src) {
29 // void ThreadClock::release(SyncClock *dst) const {
34 // void ThreadClock::ReleaseStore(SyncClock *dst) const {
39 // void ThreadClock::acq_rel(SyncClock *dst) {
61 // an exclusive lock; ThreadClock's are private to respective threads and so
108 ThreadClock::ThreadClock(unsigned tid, unsigned reused)
121 void ThreadClock::ResetCached(ClockCache *c)
    [all...]

Completed in 13 milliseconds