Home
last modified time | relevance | path

Searched refs:pex_time (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/gcclibs/libiberty/
HDpex-unix.c87 static pid_t pex_wait (struct pex_obj *, pid_t, int *, struct pex_time *);
93 struct pex_time *time) in pex_wait()
124 struct pex_time *time) in pex_wait()
127 memset (time, 0, sizeof (struct pex_time)); in pex_wait()
135 struct pex_time *time) in pex_wait()
179 struct pex_time time;
183 pex_wait (struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time) in pex_wait()
209 struct pex_time pt; in pex_wait()
219 memset (&pt, 0, sizeof (struct pex_time)); in pex_wait()
277 static int pex_unix_wait (struct pex_obj *, long, int *, struct pex_time *,
[all …]
HDpex-common.h69 struct pex_time *time;
120 struct pex_time * /* time */, int /* done */,
HDpex-djgpp.c52 static int pex_djgpp_wait (struct pex_obj *, long, int *, struct pex_time *,
281 struct pex_time *time, int done ATTRIBUTE_UNUSED, in pex_djgpp_wait()
HDpex-common.c483 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count); in pex_get_status_and_time()
526 pex_get_times (struct pex_obj *obj, int count, struct pex_time *vector) in pex_get_times()
543 (count - obj->count) * sizeof (struct pex_time)); in pex_get_times()
547 memcpy (vector, obj->time, count * sizeof (struct pex_time)); in pex_get_times()
HDpex-msdos.c62 static int pex_msdos_wait (struct pex_obj *, long, int *, struct pex_time *,
287 struct pex_time *time, int done ATTRIBUTE_UNUSED, in pex_msdos_wait()
HDpex-win32.c88 struct pex_time *, int, const char **, int *);
811 int *status, struct pex_time *time, int done ATTRIBUTE_UNUSED, in pex_win32_wait()
HDpexecute.txh228 @deftypefn Extension int pex_get_times (struct pex_obj *@var{obj}, int @var{count}, struct pex_time
236 @code{struct pex_time} has the following fields of the type
HDfunctions.texi689 @deftypefn Extension int pex_get_times (struct pex_obj *@var{obj}, int @var{count}, struct pex_time
697 @code{struct pex_time} has the following fields of the type
/trueos/contrib/gcclibs/include/
HDlibiberty.h505 struct pex_time struct
514 struct pex_time *vector); argument
HDChangeLog163 (struct pex_time): Define.
/trueos/contrib/binutils/include/
HDlibiberty.h533 struct pex_time struct
542 struct pex_time *vector); argument
HDChangeLog397 (struct pex_time): Define.
/trueos/contrib/gcc/
HDgcc.c2995 struct pex_time *times = NULL; in execute()
3004 times = alloca (n_commands * sizeof (struct pex_time)); in execute()
3049 struct pex_time *pt = &times[i]; in execute()
/trueos/contrib/binutils/libiberty/
HDfunctions.texi705 @deftypefn Extension int pex_get_times (struct pex_obj *@var{obj}, int @var{count}, struct pex_time
713 @code{struct pex_time} has the following fields of the type