|
|
cc [options] -Kthread file#include <thread.h>
void thr_get_rr_interval(timestruc_t *rr_time);
timestruc_t
pointed to by rr_time.
timestruc_t
object in which thr_get_rr_interval
will place the value of the round-robin scheduling
interval (set by thr_get_rr_interval)
timestruc_t
is defined in time.h as follows:
struct { time_t tv_sec; /* seconds */ long tv_nsec; /* nanoseconds */ } timestruc_t;