Searched refs:pex_time (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/lib/libiberty/include/
H A Dpex-common.h69 struct pex_time *time;
120 struct pex_time * /* time */, int /* done */,
H A Dlibiberty.h422 struct pex_time struct
/openbsd-current/gnu/lib/libiberty/src/
H A Dpex-unix.c87 static pid_t pex_wait (struct pex_obj *, pid_t, int *, struct pex_time *);
93 struct pex_time *time)
124 struct pex_time *time)
127 memset (time, 0, sizeof (struct pex_time));
135 struct pex_time *time)
179 struct pex_time time;
183 pex_wait (struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time)
209 struct pex_time pt;
219 memset (&pt, 0, sizeof (struct pex_time));
277 static int pex_unix_wait (struct pex_obj *, long, int *, struct pex_time *,
[all...]
H A Dpex-common.c484 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count);
527 pex_get_times (struct pex_obj *obj, int count, struct pex_time *vector)
544 (count - obj->count) * sizeof (struct pex_time));
548 memcpy (vector, obj->time, count * sizeof (struct pex_time));
/openbsd-current/gnu/gcc/include/
H A Dlibiberty.h497 of VECTOR. struct pex_time is really just struct timeval, but that
501 struct pex_time struct
510 struct pex_time *vector);
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h507 of VECTOR. struct pex_time is really just struct timeval, but that
511 struct pex_time struct
520 struct pex_time *vector);
/openbsd-current/gnu/gcc/gcc/
H A Dgcc.c2979 struct pex_time *times = NULL;
2988 times = alloca (n_commands * sizeof (struct pex_time));
3033 struct pex_time *pt = &times[i];

Completed in 170 milliseconds