OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nstime_compare
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
nstime.c
48
nstime_compare
(const nstime_t *a, const nstime_t *b)
function
67
assert(
nstime_compare
(time, subtrahend) >= 0);
137
if (unlikely(
nstime_compare
(&old_time, time) > 0)) {
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
335
#define
nstime_compare
JEMALLOC_N(
nstime_compare
)
macro
private_unnamespace.h
335
#undef
nstime_compare
macro
Completed in 68 milliseconds