Home
last modified time | relevance | path

Searched refs:TimerProc (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/iperf3/src/
H A Dtimer.h55 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 Dtimer.c123 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data, in tmr_create()
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dcfx_timer.cpp30 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 Dcfx_timer.h48 static void TimerProc(int32_t idEvent);
/aosp_15_r20/external/pdfium/fxjs/
H A Dglobal_timer.cpp68 pTimer->m_pEmbedApp->TimerProc(pTimer); in Trigger()
H A Dcjs_app.h28 void TimerProc(GlobalTimer* pTimer);
H A Dcjs_app.cpp399 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/
Dnmsupp.h50 extern HTIMER WINAPI BhSetTimer(BHTIMERPROC TimerProc,LPVOID InstData,DWORD TimeOut);
Dnetmon.h1024 HTIMER WINAPI BhSetTimer(BHTIMERPROC TimerProc,LPVOID InstData,DWORD TimeOut);
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c400 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 Dbenchmark.c406 static void TimerProc(void *TimerContext) in TimerProc() function
426 (void) _beginthread(TimerProc, 0, NULL); in mbedtls_set_alarm()