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

  /external/jemalloc/src/
ctl.c 218 #define CTL(c) 0, NULL, c##_ctl
227 {NAME("enabled"), CTL(thread_tcache_enabled)},
228 {NAME("flush"), CTL(thread_tcache_flush)}
232 {NAME("name"), CTL(thread_prof_name)},
233 {NAME("active"), CTL(thread_prof_active)}
237 {NAME("arena"), CTL(thread_arena)},
238 {NAME("allocated"), CTL(thread_allocated)},
239 {NAME("allocatedp"), CTL(thread_allocatedp)},
240 {NAME("deallocated"), CTL(thread_deallocated)},
241 {NAME("deallocatedp"), CTL(thread_deallocatedp)}
    [all...]
  /external/toybox/toys/pending/
getty.c 46 #define CTL(x) ((x) ^ 0100)
163 TT.termios.c_cc[VINTR] = CTL('C');
164 TT.termios.c_cc[VQUIT] = CTL('\\');
165 TT.termios.c_cc[VEOF] = CTL('D');
167 TT.termios.c_cc[VKILL] = CTL('U');
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 284 * Field "ctl" contains 64 bits holding information needed to
326 * subfield of ctl stores indices, not references.
339 * The "ctl" field atomically maintains active and total worker
350 * 32bit subfield of ctl) when they cannot find work. The top
390 * The ctl field also serves as the basis for memory
393 * consumers sync with each other by both writing/CASing ctl (even
399 * Rather than CASing ctl to its current value in the common case
465 * This relies primarily on the active count bits of "ctl"
1461 volatile long ctl; \/\/ main pool control field in class:ForkJoinPool
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 

Completed in 248 milliseconds