OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_val
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc
43
ATest() :
m_val
(0)
45
m_val
.exchange(std::atomic<T>(8));
46
m_val
--;
47
m_val
++;
48
m_val
^= 0x0f;
49
m_val
&= 0x0f;
50
m_val
|= 2;
53
m_val
.compare_exchange_weak(tval, other,
58
volatile std::atomic<T>
m_val
;
member in class:ATest
Completed in 13 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025