HomeSort by relevance Sort by last modified time
    Searched full:timerproc (Results 1 - 25 of 35) sorted by null

1 2

  /external/pdfium/fpdfsdk/pwl/
cpwl_timer.cpp 38 m_nTimerID = m_pSystemHandler->SetTimer(nElapse, TimerProc);
54 void CPWL_Timer::TimerProc(int32_t idEvent) {
61 pTimer->m_pAttached->TimerProc();
cpwl_timer.h 20 static void TimerProc(int32_t idEvent);
cpwl_timer_handler.cpp 27 void CPWL_TimerHandler::TimerProc() {}
cpwl_timer_handler.h 20 virtual void TimerProc();
cpwl_caret.h 23 void TimerProc() override;
cpwl_caret.cpp 56 void CPWL_Caret::TimerProc() {
cpwl_scroll_bar.h 138 void TimerProc() override;
  /external/pdfium/fpdfsdk/fpdfxfa/
cxfa_fwladaptertimermgr.cpp 45 int32_t id_event = m_pFormFillEnv->SetTimer(dwElapse, TimerProc);
71 void CXFA_FWLAdapterTimerMgr::TimerProc(int32_t idEvent) {
cxfa_fwladaptertimermgr.h 30 static void TimerProc(int32_t idEvent);
  /prebuilts/go/darwin-x86/src/time/
internal_test.go 73 // but there is no reliable way to guarantee that timerproc schedules without
74 // doing something involving timerproc itself. Previous failed attempts have
  /prebuilts/go/linux-x86/src/time/
internal_test.go 73 // but there is no reliable way to guarantee that timerproc schedules without
74 // doing something involving timerproc itself. Previous failed attempts have
  /prebuilts/go/darwin-x86/src/runtime/
time.go 135 // Add a timer to the heap and start or kick timerproc if the new timer is
139 // when must never be negative; otherwise timerproc will overflow
160 go timerproc(tb)
165 // Do not need to update the timerproc: if it wakes up early, no big deal.
202 // Timerproc runs the time-driven events.
204 // If addtimer inserts a new earlier event, it wakes timerproc early.
205 func timerproc(tb *timersBucket) { func
  /prebuilts/go/linux-x86/src/runtime/
time.go 135 // Add a timer to the heap and start or kick timerproc if the new timer is
139 // when must never be negative; otherwise timerproc will overflow
160 go timerproc(tb)
165 // Do not need to update the timerproc: if it wakes up early, no big deal.
202 // Timerproc runs the time-driven events.
204 // If addtimer inserts a new earlier event, it wakes timerproc early.
205 func timerproc(tb *timersBucket) { func
  /external/pdfium/fxjs/
global_timer.cpp 52 pTimer->m_pEmbedObj->TimerProc(pTimer);
cjs_app.h 105 void TimerProc(GlobalTimer* pTimer);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nmsupp.h 50 extern HTIMER WINAPI BhSetTimer(BHTIMERPROC TimerProc,LPVOID InstData,DWORD TimeOut);
  /prebuilts/go/darwin-x86/src/internal/trace/testdata/
stress_start_stop_1_7_good 22 ???%runtime.timerproc%'/home/austin/go.dev/src/runtime/time.go?
stress_start_stop_1_10_good 350 ?? ? %$runtime.gcParkAssist%%*/home/austin/go.dev/src/runtime/mgcmark.go%&runtime.gcAssistAlloc?)???$%???&%????????6????? ??? 9%'runtime.(*mcache).nextFree%(runtime.newobject%)runtime.acquireSudog%*runtime.semacquire1%+'/home/austin/go.dev/src/runtime/sema.go%,runtime.semacquire%-runtime.stopTheWorld?W ???'???????(???) ???*+s??,+_???- ???????)??????%.runtime.timerproc%/'/home/austin/go.dev/src/runtime/time.go?
stress_start_stop_1_9_good 298 ??? 6??? ?%'runtime.startTheWorld%(runtime.StartTrace?)???'#????(????&???????%)runtime.timerproc?
  /prebuilts/go/linux-x86/src/internal/trace/testdata/
stress_start_stop_1_7_good 22 ???%runtime.timerproc%'/home/austin/go.dev/src/runtime/time.go?
stress_start_stop_1_10_good 350 ?? ? %$runtime.gcParkAssist%%*/home/austin/go.dev/src/runtime/mgcmark.go%&runtime.gcAssistAlloc?)???$%???&%????????6????? ??? 9%'runtime.(*mcache).nextFree%(runtime.newobject%)runtime.acquireSudog%*runtime.semacquire1%+'/home/austin/go.dev/src/runtime/sema.go%,runtime.semacquire%-runtime.stopTheWorld?W ???'???????(???) ???*+s??,+_???- ???????)??????%.runtime.timerproc%/'/home/austin/go.dev/src/runtime/time.go?
stress_start_stop_1_9_good 298 ??? 6??? ?%'runtime.startTheWorld%(runtime.StartTrace?)???'#????(????&???????%)runtime.timerproc?
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.h 85 void TimerProc() override;
cffl_formfiller.cpp 550 void CFFL_FormFiller::TimerProc() {}
  /external/lzma/CPP/Windows/
Window.h 269 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0)

Completed in 690 milliseconds

1 2