OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_cas_z
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prng.h
138
} while (
atomic_cas_z
(state, state0, state1));
atomic.h
58
bool
atomic_cas_z
(size_t *p, size_t c, size_t s);
578
atomic_cas_z
(size_t *p, size_t c, size_t s)
function
private_namespace.h
131
#define
atomic_cas_z
JEMALLOC_N(
atomic_cas_z
)
macro
[
all
...]
private_unnamespace.h
131
#undef
atomic_cas_z
macro
/external/jemalloc/src/
chunk.c
156
while (cur > high &&
atomic_cas_z
(&highchunks, high, cur)) {
Completed in 3746 milliseconds