OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomic_cmpxchg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
atomic.h
296
atomic_cmpxchg
(atomic_t *atomic, int expect, int new)
function in typeref:typename:int
318
*valuep =
atomic_cmpxchg
(atomic, expect, new);
/src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.h
74
#define
atomic_cmpxchg
(p, oldv, newv) atomic_cas_uint(p, oldv, newv)
macro
Completed in 125 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025