Searched refs:THRNUM_SHIFT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/unbound/util/
H A Dalloc.c51 #define THRNUM_SHIFT 48 /* for 65k threads, 2^48 rrsets per thr. */ macro
109 alloc->next_id <<= THRNUM_SHIFT; /* of *_id is used. */
111 alloc->last_id <<= THRNUM_SHIFT; /* or implicit 'int' ops. */
182 alloc->next_id <<= THRNUM_SHIFT; /* in steps for comp. */

Completed in 76 milliseconds