HomeSort by relevance Sort by last modified time
    Searched refs:CTL (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/src/
ctl.c 191 #define CTL(c) 0, NULL, c##_ctl
200 {NAME("enabled"), CTL(thread_tcache_enabled)},
201 {NAME("flush"), CTL(thread_tcache_flush)}
205 {NAME("arena"), CTL(thread_arena)},
206 {NAME("allocated"), CTL(thread_allocated)},
207 {NAME("allocatedp"), CTL(thread_allocatedp)},
208 {NAME("deallocated"), CTL(thread_deallocated)},
209 {NAME("deallocatedp"), CTL(thread_deallocatedp)},
214 {NAME("debug"), CTL(config_debug)},
215 {NAME("fill"), CTL(config_fill)}
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 239 * Field "ctl" contains 64 bits holding all the information needed
277 * field of ctl stores indices, not references. Access to the
301 * Treiber stack, headed by the "id" field of ctl, plus a 15bit
337 * alive so long as they see the ctl state changing. Similar
1228 volatile long ctl; \/\/ main pool control field in class:ForkJoinPool
    [all...]

Completed in 825 milliseconds