HomeSort by: relevance | last modified time | path
    Searched defs:reschedule (Results 1 - 22 of 22) sorted by relevancy

  /src/games/trek/
schedule.c 89 ** RESCHEDULE AN EVENT
96 reschedule(struct event *e1, double offset) function
107 printf("reschedule: type %d parm %d %d %d @ %.2f\n",
159 ** Simplified reschedule routine
175 reschedule(e, when);
schedule.c 89 ** RESCHEDULE AN EVENT
96 reschedule(struct event *e1, double offset) function
107 printf("reschedule: type %d parm %d %d %d @ %.2f\n",
159 ** Simplified reschedule routine
175 reschedule(e, when);
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
launch.py 56 def reschedule(self): member in class:_LaunchOrAttachDeferredRequest
59 super().reschedule()
172 call_function_later(_launch_or_attach_promise.reschedule)
launch.py 56 def reschedule(self): member in class:_LaunchOrAttachDeferredRequest
59 super().reschedule()
172 call_function_later(_launch_or_attach_promise.reschedule)
server.py 79 This will be called from 'reschedule' (and should not be
89 def reschedule(self): member in class:DeferredRequest
90 """Call this to reschedule this deferred request.
server.py 79 This will be called from 'reschedule' (and should not be
89 def reschedule(self): member in class:DeferredRequest
90 """Call this to reschedule this deferred request.
  /src/external/gpl3/gdb/dist/gdb/
ser-base.c 66 reschedule (struct serial *scb) function
125 /* Run the SCB's async handle, and reschedule, if the handler doesn't
145 reschedule (scb);
421 specific readchar() function. Note: reschedule() is called after
423 level fd_event() poll_event() code (which also calls reschedule())
464 reschedule (scb);
595 reschedule (scb);
ser-base.c 66 reschedule (struct serial *scb) function
125 /* Run the SCB's async handle, and reschedule, if the handler doesn't
145 reschedule (scb);
421 specific readchar() function. Note: reschedule() is called after
423 level fd_event() poll_event() code (which also calls reschedule())
464 reschedule (scb);
595 reschedule (scb);
  /src/external/gpl3/gdb.old/dist/gdb/
ser-base.c 66 reschedule (struct serial *scb) function
125 /* Run the SCB's async handle, and reschedule, if the handler doesn't
145 reschedule (scb);
421 specific readchar() function. Note: reschedule() is called after
423 level fd_event() poll_event() code (which also calls reschedule())
464 reschedule (scb);
595 reschedule (scb);
ser-base.c 66 reschedule (struct serial *scb) function
125 /* Run the SCB's async handle, and reschedule, if the handler doesn't
145 reschedule (scb);
421 specific readchar() function. Note: reschedule() is called after
423 level fd_event() poll_event() code (which also calls reschedule())
464 reschedule (scb);
595 reschedule (scb);
  /src/sys/arch/mips/ralink/
ralink_gpio.c 1151 * reschedule 10mSec and try again later.
1157 * need to reschedule
1321 bool reschedule = false; local
1328 reschedule = true;
1330 if (reschedule)
ralink_gpio.c 1151 * reschedule 10mSec and try again later.
1157 * need to reschedule
1321 bool reschedule = false; local
1328 reschedule = true;
1330 if (reschedule)
  /src/external/gpl3/gdb/dist/gdbserver/
remote-utils.cc 90 static void reschedule (void);
878 reschedule ();
911 reschedule (void) function
remote-utils.cc 90 static void reschedule (void);
878 reschedule ();
911 reschedule (void) function
  /src/external/gpl3/gdb.old/dist/gdbserver/
remote-utils.cc 88 static void reschedule (void);
871 reschedule ();
904 reschedule (void) function
remote-utils.cc 88 static void reschedule (void);
871 reschedule ();
904 reschedule (void) function
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr.c 788 bool reschedule = false; local
799 reschedule = true;
805 reschedule = true;
812 return (reschedule);
1025 * Reschedule the rest of the unprocessed
netmgr.c 788 bool reschedule = false; local
799 reschedule = true;
805 reschedule = true;
812 return (reschedule);
1025 * Reschedule the rest of the unprocessed
  /src/external/gpl3/gdb/dist/sim/cris/
traps.c 1216 /* Reschedule the simplest possible way until something else is absolutely
1224 reschedule (SIM_CPU *current_cpu) function
2881 /* We reschedule to the next thread after a syscall anyway, so
3169 reschedule anywhere else. */
3184 reschedule (current_cpu);
traps.c 1216 /* Reschedule the simplest possible way until something else is absolutely
1224 reschedule (SIM_CPU *current_cpu) function
2881 /* We reschedule to the next thread after a syscall anyway, so
3169 reschedule anywhere else. */
3184 reschedule (current_cpu);
  /src/external/gpl3/gdb.old/dist/sim/cris/
traps.c 1216 /* Reschedule the simplest possible way until something else is absolutely
1224 reschedule (SIM_CPU *current_cpu) function
2881 /* We reschedule to the next thread after a syscall anyway, so
3169 reschedule anywhere else. */
3184 reschedule (current_cpu);
traps.c 1216 /* Reschedule the simplest possible way until something else is absolutely
1224 reschedule (SIM_CPU *current_cpu) function
2881 /* We reschedule to the next thread after a syscall anyway, so
3169 reschedule anywhere else. */
3184 reschedule (current_cpu);

Completed in 83 milliseconds