ATTR_TP_THREAD_STACK_SIZE
Data Type: | size_t |
Description: | This attribute specifies the suggested initial commit size, in bytes, of the stack for the threads in the pool. The system rounds this number to the nearest page. If this value is 0 or smaller than the default commit size, the size of the creating thread's stack is used instead of this value. You cannot set this attribute after the first thread in the pool has been created by a call to CmtScheduleThreadPoolFunction, CmtScheduleThreadPoolFunctionAdv, or CmtPreAllocThreadPoolThreads. |
LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |