20#include <winpr/config.h>
23#include <winpr/pool.h>
24#include <winpr/wlog.h>
26#ifdef WINPR_THREAD_POOL
28PTP_TIMER winpr_CreateThreadpoolTimer(WINPR_ATTR_UNUSED PTP_TIMER_CALLBACK pfnti,
29 WINPR_ATTR_UNUSED PVOID pv,
32 WLog_ERR(
"TODO",
"TODO: Implement");
36VOID winpr_CloseThreadpoolTimer(WINPR_ATTR_UNUSED PTP_TIMER pti)
38 WLog_ERR(
"TODO",
"TODO: Implement");
41BOOL winpr_IsThreadpoolTimerSet(WINPR_ATTR_UNUSED PTP_TIMER pti)
43 WLog_ERR(
"TODO",
"TODO: Implement");
47VOID winpr_SetThreadpoolTimer(WINPR_ATTR_UNUSED PTP_TIMER pti,
48 WINPR_ATTR_UNUSED PFILETIME pftDueTime,
49 WINPR_ATTR_UNUSED DWORD msPeriod,
50 WINPR_ATTR_UNUSED DWORD msWindowLength)
52 WLog_ERR(
"TODO",
"TODO: Implement");
55VOID winpr_WaitForThreadpoolTimerCallbacks(WINPR_ATTR_UNUSED PTP_TIMER pti,
56 WINPR_ATTR_UNUSED BOOL fCancelPendingCallbacks)
58 WLog_ERR(
"TODO",
"TODO: Implement");