tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

what's up with CLOCK_MONOTONIC?



Hi,

I've just noticed that attempts to timer_create() a CLOCK_MONOTONIC
timer always end with -EINVAL due to sys/kern/kern_time.c:543:

        if (id < CLOCK_REALTIME || id > CLOCK_PROF)
                        return (EINVAL);

Brief investigations show that it's been like this for quite a while
now. So, the question is, why is it so?

Regards,
--
Alex


Home | Main Index | Thread Index | Old Index