| /src/games/trek/ |
| damage.c | 54 ** that the dock() and undock() have to reschedule the event. 92 reschedule(e, e->date - Now.date + dam);
|
| dumpme.c | 84 reschedule(e, (e->date - Now.date) + x);
|
| dock.c | 111 /* reschedule any device repairs */ 116 reschedule(e, (e->date - Now.date) * Param.dockfac); 126 ** is to reschedule any damages so that they will take longer. 143 /* reschedule device repair times (again) */ 148 reschedule(e, (e->date - Now.date) / Param.dockfac);
|
| 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);
|
| warp.c | 187 reschedule(&Event[i], Event[i].date - time);
|
| trek.h | 481 void reschedule(struct event *, double);
|
| events.c | 219 reschedule(e, 0.5 + 3.0 * franf()); 417 reschedule(e, 0.5);
|
| /src/external/gpl3/gdb.old/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)
|
| 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/python/lib/gdb/dap/ |
| launch.py | 56 def reschedule(self): member in class:_LaunchOrAttachDeferredRequest 59 super().reschedule() 171 call_function_later(_launch_or_attach_promise.reschedule)
|
| server.py | 87 This will be called from 'reschedule' (and should not be 97 def reschedule(self): member in class:DeferredRequest 98 """Call this to reschedule this deferred request.
|
| /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);
|
| /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);
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_dma.c | 275 goto reschedule; 288 goto reschedule; 294 goto reschedule; 304 reschedule: 310 /* Don't reschedule on errors ... */
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_dma.c | 275 goto reschedule; 288 goto reschedule; 294 goto reschedule; 304 reschedule: 310 /* Don't reschedule on errors ... */
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_sock.c | 198 goto reschedule; 220 reschedule: 302 goto reschedule; 331 reschedule:
|
| /src/external/bsd/libevent/dist/ |
| bufferevent_sock.c | 203 goto reschedule; 225 reschedule: 307 goto reschedule; 336 reschedule:
|
| /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)
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| remote-utils.cc | 90 static void reschedule (void); 878 reschedule (); 911 reschedule (void) function
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| remote-utils.cc | 90 static void reschedule (void); 878 reschedule (); 911 reschedule (void) function
|
| /src/sys/arch/sparc/fpu/ |
| fpu.c | 286 if (want to reschedule)
|
| /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
|
| /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);
|
| /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);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| syncrepl.c | 535 refresh_finished(syncinfo_t *si, int reschedule) 555 if ( removed && reschedule ) { 2241 * 2) for ServerDown, reschedule this task to run later 2242 * 3) for threadpool pause, reschedule to run immediately 2243 * 4) for SYNC_REPOLL, reschedule to run later 2244 * 5) for SYNC_TIMEOUT, reschedule to defer
|