Searched refs:STATE_BEING_CREATED (Results 1 - 4 of 4) sorted by relevance

/external/ltrace/
H A Dproc.h58 STATE_BEING_CREATED, enumerator in enum:process_state
89 struct process *parent; /* needed by STATE_BEING_CREATED */
H A Dhandle_event.c306 proc->state = STATE_BEING_CREATED;
326 assert(proc->state == STATE_BEING_CREATED);
/external/ltrace/sysdeps/linux-gnu/
H A Devents.c174 if (!event.proc || event.proc->state == STATE_BEING_CREATED) {
H A Dtrace.c289 if (task->state == STATE_BEING_CREATED)

Completed in 82 milliseconds