Searched defs:CLOCK_REALTIME (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/tests/pkcs11/benchmarks/
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 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 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 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 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 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 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) {

Completed in 19 milliseconds