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

  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 54 * the queue. This variant of the Leader-Follower pattern
57 * the leader, it waits only for the next delay to elapse, but
58 * other threads await indefinitely. The leader thread must
60 * poll(...), unless some other thread becomes leader in the
62 * an element with an earlier expiration time, the leader
64 * waiting thread, but not necessarily the current leader, is
68 private Thread leader = null; field in class:DelayQueue
73 * become leader.
118 leader = null;
192 else if (leader != null
    [all...]
ScheduledThreadPoolExecutor.java 812 * queue. This variant of the Leader-Follower pattern
815 * the leader, it waits only for the next delay to elapse, but
816 * other threads await indefinitely. The leader thread must
818 * poll(...), unless some other thread becomes leader in the
820 * task with an earlier expiration time, the leader field is
822 * thread, but not necessarily the current leader, is
826 private Thread leader = null; field in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
    [all...]
  /bionic/libc/netbsd/nameser/
ns_print.c 465 const char *leader; local
491 leader = "\n\t\t";
494 leader = " ";
496 T(addstr(leader, strlen(leader), &buf, &buflen));
511 const char *leader; local
552 leader = "\n\t\t";
555 leader = " ";
559 T(addstr(leader, strlen(leader), &buf, &buflen))
589 const char *leader; local
    [all...]
  /external/strace/
strace.c 1944 struct tcb *leader = ((tcp->flags & TCB_CLONE_THREAD) local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 757 // previous instruction was a branch: this one is a leader
981 final int leader = _leaders [bl]; local
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 4000 void* leader = 0; local
    [all...]
  /external/kernel-headers/original/linux/
sched.h 421 /* boolean value for session group leader */
422 int leader; member in struct:signal_struct
430 * in __exit_signal, except for the group leader.
438 * group, not including a zombie group leader. (This only differs
835 struct task_struct *group_leader; /* threadgroup leader */
    [all...]
  /external/libffi/src/
dlmalloc.c 3864 void* leader = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3874 void* leader = 0; local
    [all...]
  /external/iproute2/doc/
ip-cref.tex 756 It is the leader of the group of all secondary addresses. When the leader
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/emma/lib/
emma.jar 

Completed in 424 milliseconds