OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadClock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
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
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_clock.cpp
16
// SyncClock and
ThreadClock
implement vector clocks for sync variables
18
//
ThreadClock
contains fixed-size vector clock for maximum number of threads.
23
// void
ThreadClock
::acquire(const SyncClock *src) {
28
// void
ThreadClock
::release(SyncClock *dst) const {
33
// void
ThreadClock
::releaseStoreAcquire(SyncClock *sc) const {
41
// void
ThreadClock
::ReleaseStore(SyncClock *dst) const {
46
// void
ThreadClock
::acq_rel(SyncClock *dst) {
68
// an exclusive lock;
ThreadClock
's are private to respective threads and so
107
ThreadClock
::
ThreadClock
(unsigned tid, unsigned reused
[
all
...]
Completed in 40 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026