Searched refs:time (Results 26 - 50 of 381) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/gen/
H A Dwait3.c38 #include <sys/time.h>
H A Dalarm.c39 #include <sys/time.h>
H A Dnice.c37 #include <sys/time.h>
H A Dsleep.c39 #include <time.h>
H A Dualarm.c36 #include <sys/time.h>
H A Dwaitpid.c38 #include <sys/time.h>
H A Dgetloadavg.c37 #include <sys/time.h>
H A Dtimes.c37 #include <sys/time.h>
H A Dulimit.c30 #include <sys/time.h>
/barrelfish-2018-10-04/lib/libc/sys/
H A Dgettimeofday.c30 #include <sys/time.h>
H A Dkevent.c38 #include <sys/time.h>
/barrelfish-2018-10-04/lib/posixcompat/
H A Dsleep.c2 #include <time.h>
H A Dtimegm.c2 // Borrowed from: http://git.musl-libc.org/cgit/musl/plain/src/time/__tm_to_time.c
99 #include <time.h>
130 - -946684800; /* the dawn of time :) */
/barrelfish-2018-10-04/usr/boot_perfmon/
H A Dinternal.h28 cycles_t time[MAX_COUNT]; member in struct:timestamp
65 void ping(struct boot_perfmon_binding *b, cycles_t time);
66 void pong(struct boot_perfmon_binding *b, cycles_t time);
H A Dmain.c4 * runs boot time performance tests,
51 bench_avg(timestamp[i].time, MAX_COUNT),
52 bench_variance(timestamp[i].time, MAX_COUNT));
/barrelfish-2018-10-04/tools/schedsim/
H A Dsimulator.c174 unsigned long time, wcet, period, weight, id, blocktime, deadline, rd; local
190 if((rd = sscanf(b, "%lu H %lu %lu %lu %lu", &time, &wcet, &period, &blocktime, &deadline)) >= 4) {
191 if(time != kernel_now) { readline = false; break; }
192 // Create new hard real-time task
209 } else if(sscanf(b, "%lu S %lu %lu", &time, &wcet, &period) == 3) {
210 if(time != kernel_now) { readline = false; break; }
211 // Create new soft real-time task
221 } else if(sscanf(b, "%lu B %lu", &time, &weight) == 2) {
222 if(time != kernel_now) { readline = false; break; }
232 } else if(sscanf(b, "%lu d %lu", &time,
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dadjlogs.c11 * Build a matrix of time events; solve it for the offset and skew for
18 * Thus, the global time for processor p is
19 * Find the interval I in synctime that contains the local time
23 * gtime = ------------------------- (time - stime[p][I]) + stime[0][I]
53 unsigned long time; member in struct:log_entry
58 unsigned long *time; /* time values that were recorded */ member in struct:__anon1609
68 this time-exchange */
77 /* The global time is found by adding an offset and scaling by
138 synctime[i].time
[all...]
H A Dmergelogs.c37 unsigned long time; member in struct:log_entry
200 entry->time_slot,entry->time,entry->c_data);
233 (entry->time_slot == min_slot && entry->time < min_time)
236 || (entry->time_slot == min_slot && entry->time == min_time
241 min_time = entry->time;
311 log_table->entry.time);
313 log_ptr->entry.time);
326 entry->time_slot,entry->time,entry->c_data);
362 &(table->i_data),&(table->time_slot),&(table->time));
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Djiffies.h35 #include <sys/time.h>
/barrelfish-2018-10-04/lib/libc/aarch64/sys/
H A D__vdso_gettc.c34 #include <sys/time.h>
/barrelfish-2018-10-04/lib/libc/arm/sys/
H A D__vdso_gettc.c34 #include <sys/time.h>
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dxprintf_errno.c36 #include <sys/time.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_depr.c77 #include <time.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_depr.c60 #include <time.h>
/barrelfish-2018-10-04/include/rpc/
H A Dtypes.h74 #include <sys/time.h>

Completed in 124 milliseconds

1234567891011>>