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

  /external/jemalloc/src/
ctl.c 221 #define CTL(c) 0, NULL, c##_ctl
230 {NAME("enabled"), CTL(thread_tcache_enabled)},
231 {NAME("flush"), CTL(thread_tcache_flush)}
235 {NAME("name"), CTL(thread_prof_name)},
236 {NAME("active"), CTL(thread_prof_active)}
240 {NAME("arena"), CTL(thread_arena)},
241 {NAME("allocated"), CTL(thread_allocated)},
242 {NAME("allocatedp"), CTL(thread_allocatedp)},
243 {NAME("deallocated"), CTL(thread_deallocated)},
244 {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');
  /external/libxml2/os400/
xmlcatalog.cmd 111 TYPEXML: PMTCTL CTL(KIND) COND((*EQ ''))
112 TYPESGML: PMTCTL CTL(KIND) COND((*NE ''))
xmllint.cmd 88 ENCODING: PMTCTL CTL(OUTSTMF) COND(*SPCFD)
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 313 * Field "ctl" contains 64 bits holding information needed to
355 * subfield of ctl stores indices, not references.
368 * The "ctl" field atomically maintains active and total worker
379 * 32bit subfield of ctl) when they cannot find work. The top
419 * The ctl field also serves as the basis for memory
422 * consumers sync with each other by both writing/CASing ctl (even
428 * Rather than CASing ctl to its current value in the common case
494 * This relies primarily on the active count bits of "ctl"
1490 volatile long ctl; \/\/ main pool control field in class:ForkJoinPool
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 184 // CTL = <any US-ASCII control character
187 const del = 0x7f // a CTL
284 // CTL = <any US-ASCII control character
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 184 // CTL = <any US-ASCII control character
187 const del = 0x7f // a CTL
284 // CTL = <any US-ASCII control character
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 

Completed in 1127 milliseconds