On Wed, 15 Oct 2014 21:04:43 +0200, Mark Kettenis wrote: > Oh, and while FreeBSD seems to implement CLOCK_VIRTUAL and CLOCK_PROF > as per-process, Solaris implements them as per-thread (but doesn't > document them). And on Solaris CLOCK_PROF is just an alias for > CLOCK_THREAD_CPUTIME_ID. > > Starting to doubt if we really want to implement these...
Maybe not. It seemed like a fairly simple thing but given the lack of a standard or any real consensus in terms of implementation it is probably not worth it. Those clock types are probably more useful in conjunction with timer_create, etc which we don't actually support. - todd
