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

  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 51 * the queue. This variant of the Leader-Follower pattern
54 * the leader, it waits only for the next delay to elapse, but
55 * other threads await indefinitely. The leader thread must
57 * poll(...), unless some other thread becomes leader in the
59 * an element with an earlier expiration time, the leader
61 * waiting thread, but not necessarily the current leader, is
65 private Thread leader = null; field in class:DelayQueue
70 * become leader.
115 leader = null;
189 else if (leader != null
    [all...]
ScheduledThreadPoolExecutor.java 814 * queue. This variant of the Leader-Follower pattern
817 * the leader, it waits only for the next delay to elapse, but
818 * other threads await indefinitely. The leader thread must
820 * poll(...), unless some other thread becomes leader in the
822 * task with an earlier expiration time, the leader field is
824 * thread, but not necessarily the current leader, is
828 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/llvm/lib/CodeGen/
LiveDebugVariables.cpp 113 UserValue *leader; ///< Equivalence class leader. member in class:__anon11423::UserValue
139 : variable(var), offset(o), dl(L), leader(this), next(0), locInts(alloc)
142 /// getLeader - Get the leader of this value's equivalence class.
144 UserValue *l = leader;
145 while (l != l->leader)
146 l = l->leader;
147 return leader = l;
169 End->leader = L1, End = End->next;
170 End->leader = L1
    [all...]
  /external/strace/
strace.c 2325 struct tcb *leader = NULL; 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...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 4395 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.15/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...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 647 milliseconds