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

  /external/mesa3d/src/glsl/
ir_basic_block.cpp 83 ir_instruction *leader = NULL; local
92 if (!leader)
93 leader = ir;
96 callback(leader, ir, data);
97 leader = NULL;
102 callback(leader, ir, data);
103 leader = NULL;
106 callback(leader, ir, data);
107 leader = NULL;
140 callback(leader, ir, data)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 47 * the queue. This variant of the Leader-Follower pattern
50 * the leader, it waits only for the next delay to elapse, but
51 * other threads await indefinitely. The leader thread must
53 * poll(...), unless some other thread becomes leader in the
55 * an element with an earlier expiration time, the leader
57 * waiting thread, but not necessarily the current leader, is
61 private Thread leader = null; field in class:DelayQueue
66 * become leader.
111 leader = null;
185 else if (leader != null
    [all...]
ScheduledThreadPoolExecutor.java 813 * queue. This variant of the Leader-Follower pattern
816 * the leader, it waits only for the next delay to elapse, but
817 * other threads await indefinitely. The leader thread must
819 * poll(...), unless some other thread becomes leader in the
821 * task with an earlier expiration time, the leader field is
823 * thread, but not necessarily the current leader, is
827 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/llvm/lib/CodeGen/
LiveDebugVariables.cpp 113 UserValue *leader; ///< Equivalence class leader. member in class:__anon8105::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/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 4040 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 352 milliseconds