HomeSort by relevance Sort by last modified time
    Searched refs:sched_hook_func (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/thread/
schedule.c 7 void (*sched_hook_func)(void); variable
26 * Are we called from inside sched_hook_func()? If so we'll
37 if (sched_hook_func) {
39 sched_hook_func();
  /external/syslinux/core/include/
thread.h 55 extern void (*sched_hook_func)(void);
  /external/syslinux/core/fs/pxe/
isr.c 227 sched_hook_func = pxe_poll_wakeups;
282 sched_hook_func = NULL;

Completed in 116 milliseconds