Home
last modified time | relevance | path

Searched refs:UNLOCK_RETURN (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc_new/src/
Djemalloc.c1524 #define UNLOCK_RETURN(tsdn, ret, reentrancy) \ macro
1529 UNLOCK_RETURN(TSDN_NULL, false, false)
1534 UNLOCK_RETURN(TSDN_NULL, true, false)
1552 UNLOCK_RETURN(tsd_tsdn(tsd), true, true)
1555 UNLOCK_RETURN(tsd_tsdn(tsd), true, true)
1561 UNLOCK_RETURN(tsd_tsdn(tsd), true, true)
1587 #undef UNLOCK_RETURN