OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadClock
(Results
1 - 4
of
4
) 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
...]
tsan_rtl.h
407
ThreadClock
clock;
447
ThreadClock
last_sleep_clock;
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc
24
ThreadClock
clk(0);
40
ThreadClock
vector(0);
65
ThreadClock
vector(0);
82
ThreadClock
vector1(100);
87
ThreadClock
vector2(0);
98
ThreadClock
thr1(1);
100
ThreadClock
thr2(2);
115
ThreadClock
vector(0);
129
ThreadClock
vector(1);
140
ThreadClock
vector1(10)
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025