Go to the source code of this file.
Classes | |
struct | ThreadPoolContext |
Typedefs | |
typedef struct ThreadPoolContext * | PThreadPoolContext |
Functions | |
PUBLIC_API STATUS | createThreadPoolContext () |
PUBLIC_API STATUS | getThreadPoolContext (PThreadPoolContext) |
PUBLIC_API STATUS | threadpoolContextPush (startRoutine, PVOID) |
PUBLIC_API STATUS | destroyThreadPoolContext () |
typedef struct ThreadPoolContext * PThreadPoolContext |
PUBLIC_API STATUS createThreadPoolContext | ( | ) |
PUBLIC_API STATUS destroyThreadPoolContext | ( | ) |
PUBLIC_API STATUS getThreadPoolContext | ( | PThreadPoolContext | ) |
PUBLIC_API STATUS threadpoolContextPush | ( | startRoutine | fn, |
PVOID | customData | ||
) |