PROTOCOLS
ProfileProvider
Defined in fuchsia.scheduler/profile.fidl
GetProfile
Request
Name | Type |
---|---|
priority |
uint32
|
name |
string[64]
|
Response
Name | Type |
---|---|
status |
zx/status
|
profile |
handle<profile>?
|
GetDeadlineProfile
Request
Name | Type |
---|---|
capacity |
uint64
|
deadline |
uint64
|
period |
uint64
|
name |
string[64]
|
Response
Name | Type |
---|---|
status |
zx/status
|
profile |
handle<profile>?
|