tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
sched_param
tango
stdc
posix
sched
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
sched_param
struct
sched_param
version(!linux && darwin)
extern (
C
)
struct
sched_param {
int
sched_priority
;
byte
[
__SCHED_PARAM_SIZE__
]
opaque
;
}
struct
sched_param
struct
sched_param
Members
Variables
opaque
byte
[
__SCHED_PARAM_SIZE__
]
opaque
;
Undocumented in source.
sched_priority
int
sched_priority
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sched
functions
sched_get_priority_max
sched_get_priority_min
sched_getparam
sched_getscheduler
sched_rr_get_interval
sched_setparam
sched_setscheduler
sched_yield
structs
sched_param
variables
SCHED_FIFO
SCHED_OTHER
SCHED_RR