OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomicCmpXchg32bits
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/cpu/x86/
atomic.c
25
} while (!
atomicCmpXchg32bits
(val, old, old + addend));
92
bool
atomicCmpXchg32bits
(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal)
/device/google/contexthub/firmware/os/cpu/cortexm4/
atomic.c
115
bool
atomicCmpXchg32bits
(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal)
Completed in 104 milliseconds