Searched refs:TimerProc (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/iperf3/src/ |
H A D | timer.h | 55 typedef void TimerProc( TimerClientData client_data, struct iperf_time* nowP ); typedef 60 TimerProc* timer_proc; 72 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data,
|
H A D | timer.c | 123 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data, in tmr_create()
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | cfx_timer.cpp | 30 m_nTimerID = m_pHandlerIface->SetTimer(nInterval, TimerProc); in CFX_Timer() 45 void CFX_Timer::TimerProc(int32_t idEvent) { in TimerProc() function in CFX_Timer
|
H A D | cfx_timer.h | 48 static void TimerProc(int32_t idEvent);
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | global_timer.cpp | 68 pTimer->m_pEmbedApp->TimerProc(pTimer); in Trigger()
|
H A D | cjs_app.h | 28 void TimerProc(GlobalTimer* pTimer);
|
H A D | cjs_app.cpp | 399 void CJS_App::TimerProc(GlobalTimer* pTimer) { in TimerProc() function in CJS_App
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | nmsupp.h | 50 extern HTIMER WINAPI BhSetTimer(BHTIMERPROC TimerProc,LPVOID InstData,DWORD TimeOut);
|
D | netmon.h | 1024 HTIMER WINAPI BhSetTimer(BHTIMERPROC TimerProc,LPVOID InstData,DWORD TimeOut);
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 400 static void TimerProc(void *TimerContext) in TimerProc() function 420 (void) _beginthread(TimerProc, 0, NULL); in mbedtls_set_alarm()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 406 static void TimerProc(void *TimerContext) in TimerProc() function 426 (void) _beginthread(TimerProc, 0, NULL); in mbedtls_set_alarm()
|