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

  /ndk/sources/host-tools/make-3.81/w32/include/
sub_proc.h 34 EXTERN_DECL(HANDLE process_init, (VOID_DECL));
  /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) {
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 167 * x = process_init();
255 process_init() function

Completed in 409 milliseconds