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

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

Completed in 19 milliseconds