OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SyncClock
(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
20
//
SyncClock
contains growable vector clock for currently necessary number of
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) {
59
// Thread-safety note: all const operations on
SyncClock
's are conducted under
60
// a shared lock; all non-const operations on
SyncClock
's are conducted under
64
// Description of
SyncClock
state:
130
void ThreadClock::acquire(ClockCache *c,
SyncClock
*src)
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_clock.cpp
16
//
SyncClock
and ThreadClock implement vector clocks for sync variables
19
//
SyncClock
contains growable vector clock for currently necessary number of
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) {
66
// Thread-safety note: all const operations on
SyncClock
's are conducted under
67
// a shared lock; all non-const operations on
SyncClock
's are conducted under
71
// Description of
SyncClock
state
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026