Searched refs:UNLOCK_RETURN (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 1508 #define UNLOCK_RETURN(tsdn, ret, reentrancy) \ in malloc_init_hard() macro 1513 UNLOCK_RETURN(TSDN_NULL, false, false) in malloc_init_hard() 1518 UNLOCK_RETURN(TSDN_NULL, true, false) in malloc_init_hard() 1536 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) in malloc_init_hard() 1539 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) in malloc_init_hard() 1545 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) in malloc_init_hard() 1571 #undef UNLOCK_RETURN in malloc_init_hard()
|