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

  /external/oprofile/libpopt/
poptint.h 86 poptItem doExec;
popt.c 245 con->doExec = NULL;
266 /*@uses con->execs, con->numExecs, con->flags, con->doExec,
291 if (con->doExec == NULL) {
292 con->doExec = con->execs + i;
383 poptItem item = con->doExec;
729 if (con->doExec) return execCommand(con);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java     [all...]
ForkJoinTask.java 257 final int doExec() {
345 tryUnpush(this) && (s = doExec()) < 0 ? s :
357 return (s = doExec()) < 0 ? s :
    [all...]

Completed in 561 milliseconds