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

  /src/lib/libc/include/
reentrant.h 224 #define thr_curcpu() __libc_thr_curcpu() macro
326 #define thr_curcpu() ((unsigned int)0)
  /src/lib/libc/stdlib/
jemalloc.c 1512 return arenas[thr_curcpu()];
1520 /* NB: when libpthread is absent, thr_curcpu() always returns zero. */
1521 arena = arenas[thr_curcpu()];

Completed in 14 milliseconds