SetHPTimerAfterNow   11 include/clock.h extern int SetHPTimerAfterNow(int delay, int(*good_cb)(int, int), int(*bad_cb)(int, int), int param);
SetHPTimerAfterNow  118 modules/exmem_inspector.c     shandle = SetHPTimerAfterNow(speriod, sampling_proc_ARM, sampling_proc_ARM, 0);
SetHPTimerAfterNow  120 modules/exmem_inspector.c     shandle = SetHPTimerAfterNow(speriod, sampling_proc, sampling_proc, 0);
SetHPTimerAfterNow  428 modules/module_exportlist.c             SetHPTimerAfterNow
SetHPTimerAfterNow  361 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int SetHPTimerAfterNow(int delay, int(*good_cb)(int, int), int(*bad_cb)(int, int), int );