Searched refs:pmon_func_t (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dinit.c296 pmon_func_t func;
H A Dpmon.c35 pmon_func_t func;
46 bool pmon_register(pid_t pid, pmon_func_t func)
82 pmon_func_t pmon_get_func(pid_t pid)
98 pid_t pmon_get_pid(pmon_func_t func)
H A Dpmon.h26 typedef int (*pmon_func_t)(void); typedef
31 bool pmon_register(pid_t pid, pmon_func_t func);
35 pmon_func_t pmon_get_func(pid_t pid);
37 pid_t pmon_get_pid(pmon_func_t func);

Completed in 50 milliseconds