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

  /external/ltrace/
proc.h 58 STATE_BEING_CREATED,
89 struct process *parent; /* needed by STATE_BEING_CREATED */
handle_event.c 306 proc->state = STATE_BEING_CREATED;
326 assert(proc->state == STATE_BEING_CREATED);
  /external/ltrace/sysdeps/linux-gnu/
events.c 174 if (!event.proc || event.proc->state == STATE_BEING_CREATED) {
trace.c 289 if (task->state == STATE_BEING_CREATED)
    [all...]

Completed in 57 milliseconds