Searched refs:UNLOCK_RETURN (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 1745 #define UNLOCK_RETURN(tsdn, ret, reentrancy) \ in malloc_init_hard() macro 1750 UNLOCK_RETURN(TSDN_NULL, false, false) in malloc_init_hard() 1755 UNLOCK_RETURN(TSDN_NULL, true, false) in malloc_init_hard() 1773 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) in malloc_init_hard() 1776 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) in malloc_init_hard() 1782 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) in malloc_init_hard() 1804 #undef UNLOCK_RETURN in malloc_init_hard()
|