HomeSort by relevance Sort by last modified time
    Searched refs:tsd_fetch_impl (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
tsd.h 670 tsd_t *tsd_fetch_impl(bool init);
690 tsd_fetch_impl(bool init) function
717 return (tsd_fetch_impl(true));
766 return (tsd_tsdn(tsd_fetch_impl(false)));
private_namespace.h 563 #define tsd_fetch_impl JEMALLOC_N(tsd_fetch_impl) macro
    [all...]
private_unnamespace.h 563 #undef tsd_fetch_impl macro

Completed in 122 milliseconds