Searched refs:TimerProc (Results 1 – 9 of 9) sorted by relevance
/external/iperf3/src/ |
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,
|
D | timer.c | 123 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data, in tmr_create()
|
/external/pdfium/core/fxcrt/ |
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
|
D | cfx_timer.h | 48 static void TimerProc(int32_t idEvent);
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | timing.c | 264 static void TimerProc( void *TimerContext ) in TimerProc() function 285 (void) _beginthread( TimerProc, 0, NULL ); in mbedtls_set_alarm()
|
/external/pdfium/fxjs/ |
D | global_timer.cpp | 68 pTimer->m_pEmbedApp->TimerProc(pTimer); in Trigger()
|
D | cjs_app.h | 28 void TimerProc(GlobalTimer* pTimer);
|
D | cjs_app.cpp | 399 void CJS_App::TimerProc(GlobalTimer* pTimer) { in TimerProc() function in CJS_App
|
/external/mbedtls/programs/test/ |
D | benchmark.c | 413 static void TimerProc( void *TimerContext ) in TimerProc() function 434 (void) _beginthread( TimerProc, 0, NULL ); in mbedtls_set_alarm()
|