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

  /external/openssh/regress/
multiplex.sh 4 CTL=/tmp/openssh.regress.ctl-sock.$$
20 ${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost &
28 _XXX_TEST=blah ${SSH} -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" -S$CTL otherhost sh << 'EOF'
38 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
44 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
45 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
46 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
51 ${SFTP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost >$LOG 2>&1
57 ${SCP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost:${DATA} ${COPY} >$LOG 2>&
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 229 * Field "ctl" contains 64 bits holding all the information needed
267 * field of ctl stores indices, not references. Access to the
291 * Treiber stack, headed by the "id" field of ctl, plus a 15bit
1236 volatile long ctl; \/\/ main pool control field in class:ForkJoinPool
    [all...]

Completed in 2760 milliseconds