OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTREE_NODE_INITIALIZING
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
rtree.c
96
if (atomic_cas_p((void **)elmp, NULL,
RTREE_NODE_INITIALIZING
)) {
104
} while (node ==
RTREE_NODE_INITIALIZING
);
/external/jemalloc/include/jemalloc/internal/
rtree.h
23
#define
RTREE_NODE_INITIALIZING
((rtree_node_elm_t *)0x1)
156
return ((uintptr_t)node > (uintptr_t)
RTREE_NODE_INITIALIZING
);
Completed in 969 milliseconds