Searched refs:pex_time (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/gcclibs/libiberty/ |
| HD | pex-unix.c | 87 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 …]
|
| HD | pex-common.h | 69 struct pex_time *time; 120 struct pex_time * /* time */, int /* done */,
|
| HD | pex-djgpp.c | 52 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()
|
| HD | pex-common.c | 483 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()
|
| HD | pex-msdos.c | 62 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()
|
| HD | pex-win32.c | 88 struct pex_time *, int, const char **, int *); 811 int *status, struct pex_time *time, int done ATTRIBUTE_UNUSED, in pex_win32_wait()
|
| HD | pexecute.txh | 228 @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
|
| HD | functions.texi | 689 @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/ |
| HD | libiberty.h | 505 struct pex_time struct 514 struct pex_time *vector); argument
|
| HD | ChangeLog | 163 (struct pex_time): Define.
|
| /trueos/contrib/binutils/include/ |
| HD | libiberty.h | 533 struct pex_time struct 542 struct pex_time *vector); argument
|
| HD | ChangeLog | 397 (struct pex_time): Define.
|
| /trueos/contrib/gcc/ |
| HD | gcc.c | 2995 struct pex_time *times = NULL; in execute() 3004 times = alloca (n_commands * sizeof (struct pex_time)); in execute() 3049 struct pex_time *pt = ×[i]; in execute()
|
| /trueos/contrib/binutils/libiberty/ |
| HD | functions.texi | 705 @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
|