| 694 | |
| 695 | #if defined(_MSC_VER) |
| 696 | static BOOL CALLBACK _ThreadPool_Init(_PINIT_ONCE InitOnce, PVOID Parameter, |
| 697 | PVOID *lpContex) |
| 698 | { |
| 699 | ThreadPool_Init(); |
| 700 | return TRUE; |
| 701 | } |
| 702 | #endif |
| 703 | |
| 704 | void ThreadPool_Exit(void) |
nothing calls this directly
no test coverage detected