|
Zen API
|
| kStatus kPeriodic_ConstructEx | ( | kPeriodic * | timer, |
| kSize | stackSize, | ||
| const kChar * | name, | ||
| k32s | priority, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kPeriodic object with additional options.
| timer | Receives a handle to the constructed object. |
| stackSize | Requested stack size, in bytes (0 for default). |
| name | Descriptive name for the thread (kNULL for default). |
| priority | Thread priority, relative to 0 (default). |
| allocator | Memory allocator (or kNULL for default). |