Searched refs:leader (Results 1 - 7 of 7) sorted by relevance

/external/strace/
H A Dstrace.c1944 struct tcb *leader = ((tcp->flags & TCB_CLONE_THREAD) local
1950 if (leader != NULL && leader != tcp &&
1951 !(leader->flags & TCB_GROUP_EXITING))
1953 "PANIC: handle_group_exit: %d leader %d\n",
1954 tcp->pid, leader ? leader->pid : -1);
1959 if (leader != NULL && leader != tcp) {
1960 if (leader
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java757 // previous instruction was a branch: this one is a leader
948 final int [] _leaders = new int [blockCount + 1]; // room for end-of-code leader at the end
981 final int leader = _leaders [bl];
983 block.m_first = leader; // m_first set
984 leaderToBlockID.put (leader, bl);
998 block.m_length = next_branch_location - leader; // m_length set
1016 block.m_length = next_leader - leader; // m_length set
1417 int m_first; // inclusive offset of the leader instruction [first instr in the block]
/external/kernel-headers/original/linux/
H A Dsched.h421 /* 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 */
/external/libffi/src/
H A Ddlmalloc.c3864 void* leader = 0; local
3874 MIN_CHUNK_SIZE leader, we can move to the next aligned spot.
3892 else { /* Otherwise, give back leader, use the rest */
3895 leader = chunk2mem(p);
3916 if (leader != 0) {
3917 internal_free(m, leader);
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c3874 void* leader = 0; local
3884 MIN_CHUNK_SIZE leader, we can move to the next aligned spot.
3902 else { /* Otherwise, give back leader, use the rest */
3905 leader = chunk2mem(p);
3926 if (leader != 0) {
3927 internal_free(m, leader);
/external/iproute2/doc/
H A Dip-cref.tex756 It is the leader of the group of all secondary addresses. When the leader
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 151 milliseconds