Searched refs:CLOCK_REALTIME (Results 1 - 12 of 12) sorted by relevance
/bind-9.11.3/bin/tests/pkcs11/benchmarks/ |
H A D | random.c | 60 #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 D | find.c | 62 #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 D | login.c | 64 #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 D | session.c | 60 #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 D | sha1.c | 60 #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 D | create.c | 64 #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 D | genrsa.c | 64 #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 D | pubrsa.c | 64 #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 D | verify.c | 64 #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 D | privrsa.c | 64 #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 D | sign.c | 64 #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 D | perftcpdns.c | 542 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