Searched refs:CLOCK_REALTIME (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Drandom.c60 #ifndef CLOCK_REALTIME
61 #define CLOCK_REALTIME 0 macro
153 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
170 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dfind.c62 #ifndef CLOCK_REALTIME
63 #define CLOCK_REALTIME 0 macro
171 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
205 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dlogin.c64 #ifndef CLOCK_REALTIME
65 #define CLOCK_REALTIME 0 macro
165 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
211 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dsession.c60 #ifndef CLOCK_REALTIME
61 #define CLOCK_REALTIME 0 macro
154 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
175 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dsha1.c60 #ifndef CLOCK_REALTIME
61 #define CLOCK_REALTIME 0 macro
161 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
192 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dcreate.c64 #ifndef CLOCK_REALTIME
65 #define CLOCK_REALTIME 0 macro
204 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
224 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dgenrsa.c64 #ifndef CLOCK_REALTIME
65 #define CLOCK_REALTIME 0 macro
226 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
247 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dpubrsa.c64 #ifndef CLOCK_REALTIME
65 #define CLOCK_REALTIME 0 macro
224 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
244 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dverify.c64 #ifndef CLOCK_REALTIME
65 #define CLOCK_REALTIME 0 macro
232 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
260 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dprivrsa.c64 #ifndef CLOCK_REALTIME
65 #define CLOCK_REALTIME 0 macro
303 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
323 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
H A Dsign.c64 #ifndef CLOCK_REALTIME
65 #define CLOCK_REALTIME 0 macro
310 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) {
338 if (clock_gettime(CLOCK_REALTIME, &endtime) < 0) {
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c542 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
685 ret = clock_gettime(CLOCK_REALTIME, &x->ts2);
812 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
848 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
1024 ret = clock_gettime(CLOCK_REALTIME, &last);
1192 ret = clock_gettime(CLOCK_REALTIME, &last);
1319 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
1348 ret = clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL);
1361 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
2223 if (clock_gettime(CLOCK_REALTIME,
[all...]

Completed in 24 milliseconds