|
AWS IoT Device SDK C:
Task Pool
Task pool library
|
| Return to main page ↑ |
| C_taskPool_t | The task pool data structure keeps track of the internal state and the signals for the dispatcher threads. The task pool is a thread safe data structure |
| C_taskPoolCache_t | Task pool jobs cache |
| C_taskPoolJob_t | The job data structure keeps track of the user callback and context, as well as the status of the job |
| C_taskPoolTimerEvent_t | Represents an operation that is subject to a timer |
| CIotTaskPoolInfo_t | Initialization information to create one task pool instance |
| CIotTaskPoolJobStorage_t | The job storage data structure provides the storage for a statically allocated Task Pool Job instance |
| CJobBlockingUserContext_t | A simple user context to prove the taskpool grows as expected |
| CJobUserContext_t | A simple user context to prove all callbacks are called |