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

  /external/ltrace/
proc.h 154 int process_init(struct process *proc, const char *filename, pid_t pid);
157 * followed by process_init, except that some state is kept and the
165 * should be fixed. process_init should presumably be separate from
proc.c 207 process_init(struct process *proc, const char *filename, pid_t pid) function
325 if (proc == NULL || process_init(proc, filename, pid) < 0) {

Completed in 1109 milliseconds