Lines Matching refs:clkid
171 clockid_t clkid;
295 clkid = get_clockid(fd);
296 if (CLOCK_INVALID == clkid) {
331 if (clock_adjtime(clkid, &tx)) {
348 if (clock_adjtime(clkid, &tx) < 0) {
360 if (clock_adjtime(clkid, &tx) < 0) {
368 if (clock_gettime(clkid, &ts)) {
378 if (clock_settime(clkid, &ts)) {
386 clock_gettime(clkid, &ts);
397 if (clock_settime(clkid, &ts)) {
476 if (clock_gettime(clkid, &ts)) {