HomeSort by: relevance | last modified time | path
    Searched defs:cb_used (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
pthread_atfork.c 81 #define cb_used(bp) (bp)->u.hdr.used macro
139 cb_used(atfork_storage) + blocks > cb_ents(atfork_storage))) {
155 cb_used(atfork_storage) = 1;
162 result = cb_blocks(atfork_storage) + cb_used(atfork_storage);
163 cb_used(atfork_storage) += blocks;
pthread_atfork.c 81 #define cb_used(bp) (bp)->u.hdr.used macro
139 cb_used(atfork_storage) + blocks > cb_ents(atfork_storage))) {
155 cb_used(atfork_storage) = 1;
162 result = cb_blocks(atfork_storage) + cb_used(atfork_storage);
163 cb_used(atfork_storage) += blocks;

Completed in 22 milliseconds