Searched refs:UpdateCurrentThread (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_clock.cpp | 237 UpdateCurrentThread(c, dst); in release() 302 UpdateCurrentThread(c, dst); in ReleaseStore() 343 void ThreadClock::UpdateCurrentThread(ClockCache *c, SyncClock *dst) const { in UpdateCurrentThread() function in __tsan::ThreadClock
|
H A D | tsan_clock.h | 227 void UpdateCurrentThread(ClockCache *c, SyncClock *dst) const;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_clock.cc | 201 UpdateCurrentThread(c, dst); in release() 275 UpdateCurrentThread(c, dst); in ReleaseStore() 319 void ThreadClock::UpdateCurrentThread(ClockCache *c, SyncClock *dst) const { in UpdateCurrentThread() function in __tsan::ThreadClock
|
H A D | tsan_clock.h | 168 void UpdateCurrentThread(ClockCache *c, SyncClock *dst) const;
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_clock.cc | 199 UpdateCurrentThread(c, dst); in release() 273 UpdateCurrentThread(c, dst); in ReleaseStore() 317 void ThreadClock::UpdateCurrentThread(ClockCache *c, SyncClock *dst) const { in UpdateCurrentThread() function in __tsan::ThreadClock
|
H A D | tsan_clock.h | 166 void UpdateCurrentThread(ClockCache *c, SyncClock *dst) const;
|