Home
last modified time | relevance | path

Searched refs:sched_hook_func (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/thread/
Dschedule.c7 void (*sched_hook_func)(void); variable
37 if (sched_hook_func) { in __schedule()
39 sched_hook_func(); in __schedule()
/external/syslinux/core/fs/pxe/
Disr.c227 sched_hook_func = pxe_poll_wakeups; in pxe_init_isr()
282 sched_hook_func = NULL; in reset_pxe()
/external/syslinux/core/include/
Dthread.h55 extern void (*sched_hook_func)(void);