Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kPeriodic_ConstructEx ( kPeriodic timer,
kSize  stackSize,
const kChar name,
k32s  priority,
kAlloc  allocator 
)

Constructs a kPeriodic object with additional options.

Parameters
timerReceives a handle to the constructed object.
stackSizeRequested stack size, in bytes (0 for default).
nameDescriptive name for the thread (kNULL for default).
priorityThread priority, relative to 0 (default).
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.