Public Member Functions | |
ThreadPoolLanesParams () | |
ThreadPoolLanesParams (NotifyExt.PriorityModel priority_model, short server_priority, int stacksize, NotifyExt.ThreadPoolLane[] lanes, boolean allow_borrowing, boolean allow_request_buffering, int max_buffered_requests, int max_request_buffer_size) | |
Public Attributes | |
NotifyExt.PriorityModel | priority_model |
short | server_priority |
int | stacksize |
NotifyExt.ThreadPoolLane[] | lanes |
boolean | allow_borrowing |
boolean | allow_request_buffering |
int | max_buffered_requests |
int | max_request_buffer_size |
Generated from IDL definition of struct "ThreadPoolLanesParams"
NotifyExt::ThreadPoolLanesParams::ThreadPoolLanesParams | ( | ) | [inline] |
Referenced by NotifyExt::ThreadPoolLanesParamsHelper::read().
NotifyExt::ThreadPoolLanesParams::ThreadPoolLanesParams | ( | NotifyExt.PriorityModel | priority_model, | |
short | server_priority, | |||
int | stacksize, | |||
NotifyExt.ThreadPoolLane[] | lanes, | |||
boolean | allow_borrowing, | |||
boolean | allow_request_buffering, | |||
int | max_buffered_requests, | |||
int | max_request_buffer_size | |||
) | [inline] |
References lanes, and priority_model.
Referenced by ThreadPoolLanesParams().
Referenced by ThreadPoolLanesParams().