Searched refs:time (Results 176 - 200 of 381) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/gmon/
H A Dgmon.c38 #include <sys/time.h>
/barrelfish-2018-10-04/lib/libc/include/isc/
H A Deventlib.h29 #include <sys/time.h>
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_data.c28 #include <sys/time.h>
H A Dres_update.c35 #include <sys/time.h>
/barrelfish-2018-10-04/usr/eclipseclp/documents/mpslib/
H A Declipse.tex44 their associated swap space, when not needed for a longer time.
89 unnecessary by for example low polling frequencies or time consuming message
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dconstimpl.tex138 \item at what time during search do we want to (re)establish this consistency?
307 as early as possible, and extra time might be spent searching.
361 At any time, the system attempts to solve the most urgent subgoal first.
488 wake up when the remaining variable gets instantiated as well, at which time
492 choice we will face every time we implement a constraint.
513 this time using the suspend/3 built-in predicate to create a delayed goal for
588 This only works if ge/2 has already been (re-)suspended at that time.
593 Every time the relevant variable bounds change, the delayed ge/2 goal
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dclients.tex394 layout the \viewlet{}s each time the user's program is run (a
395 potentially time consuming task), the Java VC provides an automatic
396 \emph{recording and repeat} mechanism which is triggered every time a
513 When either the start time or the duration of a task is a variable,
518 Above the gantt chart is a numeric scale indicating time. By clicking
555 action sequence can then be optionally re-played the next time a
562 time.
580 saved to disk and loaded back into memory at any time. The loading
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ddh.c64 #include <time.h>
H A Ddsa.c64 #include <time.h>
H A Dpkcs7.c62 #include <time.h>
H A Dspkac.c63 #include <time.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_gentm.c62 #include <time.h>
181 /* Missing time zone information. */
H A Da_sign.c113 #include <time.h>
H A Da_utctm.c60 #include <time.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Do_time.c124 /* The following is extracted from the DEC C header time.h */
126 ** Beginning in OpenVMS Version 7.0 mktime, time, ctime, strftime
128 ** for compatibility and deals with time in terms of local time,
129 ** the other __utc_* deals with time in terms of UTC.
131 /* We use the same conditions as in said time.h to check if we should
132 assume that t contains local time (and should therefore be adjusted)
138 /* and use it to move time to GMT */
142 /* then convert the result to the time structure */
149 Furthermore, time i
[all...]
H A Dsparcv9cap.c6 #include <sys/time.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_gen.c66 #include <time.h>
/barrelfish-2018-10-04/include/
H A Dpthread.h47 #include <time.h>
50 * Run-time invariant values:
/barrelfish-2018-10-04/include/sys/
H A Dstat.h99 #include <sys/time.h>
112 struct timespec st_atim; /* time of last access */
113 struct timespec st_mtim; /* time of last data modification */
114 struct timespec st_ctim; /* time of last file status change */
130 struct timespec st_atim; /* time of last access */
131 struct timespec st_mtim; /* time of last data modification */
132 struct timespec st_ctim; /* time of last file status change */
139 struct timespec st_birthtim; /* time of file creation */
161 struct timespec st_atim; /* time of last access */
162 struct timespec st_mtim; /* time o
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dby_file.c60 #include <time.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.c88 #include <sys/time.h>
431 time_t time; member in struct:__anon1323
436 data.time = time(NULL);
/barrelfish-2018-10-04/lib/bomp/
H A Domp.c126 * Returns the number of processors that are available to the device at the time
833 * time per-thread and are not guaranteed to be globally consistent across all
837 #include <sys/time.h>
840 * \brief returns elapsed wall clock time in seconds.
842 * \returns call clock time
844 * The omp_get_wtime routine returns a value equal to the elapsed wall clock time
845 * in seconds since some ���time in the past���. The actual ���time in the past��� is
847 * application program. The time returned is a ���per-thread time���, s
[all...]
/barrelfish-2018-10-04/usr/monitor/
H A Dbfscope_support.c19 #include <sys/time.h>
/barrelfish-2018-10-04/usr/tests/devif/
H A Dudp_queue.c12 #include <time.h>
/barrelfish-2018-10-04/tools/harness/machines/
H A Dmsrc.py10 import sys, os, signal, time, getpass, subprocess, socket, pty namespace

Completed in 275 milliseconds

1234567891011>>