Searched refs:clock_gettime (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Drandom.c64 static int clock_gettime(int32_t id, struct timespec *tp);
67 clock_gettime(int32_t id, struct timespec *tp) function
153 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
154 perror("clock_gettime(start)");
170 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
171 perror("clock_gettime(end)");
H A Dfind.c66 static int clock_gettime(int32_t id, struct timespec *tp);
69 clock_gettime(int32_t id, struct timespec *tp) function
171 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
172 perror("clock_gettime(start)");
205 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
206 perror("clock_gettime(end)");
H A Dlogin.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) function
165 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
166 perror("clock_gettime(start)");
211 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
212 perror("clock_gettime(end)");
H A Dsession.c64 static int clock_gettime(int32_t id, struct timespec *tp);
67 clock_gettime(int32_t id, struct timespec *tp) function
154 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
155 perror("clock_gettime(start)");
175 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
176 perror("clock_gettime(end)");
H A Dsha1.c64 static int clock_gettime(int32_t id, struct timespec *tp);
67 clock_gettime(int32_t id, struct timespec *tp) function
161 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
162 perror("clock_gettime(start)");
192 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
193 perror("clock_gettime(end)");
H A Dcreate.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) function
204 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
205 perror("clock_gettime(start)");
224 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
225 perror("clock_gettime(end)");
H A Dgenrsa.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) function
226 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
227 perror("clock_gettime(start)");
247 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
248 perror("clock_gettime(end)");
H A Dpubrsa.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) function
224 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
225 perror("clock_gettime(start)");
244 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
245 perror("clock_gettime(end)");
H A Dverify.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) function
232 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
233 perror("clock_gettime(start)");
260 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
261 perror("clock_gettime(end)");
H A Dprivrsa.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) function
303 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
304 perror("clock_gettime(start)");
323 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
324 perror("clock_gettime(end)");
H A Dsign.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) function
310 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
311 perror("clock_gettime(start)");
338 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
339 perror("clock_gettime(end)");
/bind-9.11.3/bin/named/include/named/
H A Dseccomp.h31 SCMP_SYS(clock_gettime),
98 "clock_gettime",
165 SCMP_SYS(clock_gettime),
205 "clock_gettime",
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c542 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
543 perror("clock_gettime(flushconnect)");
685 ret = clock_gettime(CLOCK_REALTIME, &x->ts2);
687 perror("clock_gettime(send)");
812 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
813 perror("clock_gettime(receive)");
848 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
849 perror("clock_gettime(receive)");
1024 ret = clock_gettime(CLOCK_REALTIME, &last);
1026 perror("clock_gettime(connec
[all...]
H A Dconfigure2652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
2653 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
2668 char clock_gettime ();
2672 return clock_gettime ();
/bind-9.11.3/
H A Dconfigure17075 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
17081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
17082 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
17097 char clock_gettime ();
17101 return clock_gettime ();

Completed in 78 milliseconds