HomeSort by relevance Sort by last modified time
    Searched full:reschedule (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/kernel-headers/original/asm-mips/
smp.h 47 * this function sends a 'reschedule' IPI to another CPU.
49 * anything. Worst case is that we lose a reschedule ...
timex.h 28 * But this only means we'll force a reschedule every 8 seconds or so,
  /external/kernel-headers/original/linux/
smp.h 31 * sends a 'reschedule' event to another CPU:
68 #define MSG_RESCHEDULE 0x0003 /* Reschedule request from master CPU*/
gfp.h 35 #define __GFP_WAIT ((__force gfp_t)0x10u) /* Can wait and reschedule? */
netdevice.h 849 /* Try to reschedule poll. Called by irq handler. */
857 /* Try to reschedule poll. Called by dev->poll() after netif_rx_complete().
  /external/chromium/third_party/libevent/
evbuffer.c 81 * If we are below the watermark then reschedule reading if it's
125 goto reschedule;
155 reschedule:
184 goto reschedule;
189 goto reschedule;
213 reschedule:
  /packages/apps/Email/src/com/android/email/service/
MailService.java 193 // Reschedule if we didn't start sync.
199 // Find next account to sync, and reschedule
200 reschedule(alarmManager);
253 Log.d(LOG_TAG, "action: reschedule");
263 reschedule(alarmManager);
322 private void reschedule(AlarmManager alarmMgr) { method in class:MailService
367 Log.d(LOG_TAG, "reschedule: alarm cancel - no account to check");
372 Log.d(LOG_TAG, "reschedule: alarm set at " + nextCheckTime
382 * the watchdog will be replaced by the call to reschedule().
648 reschedule(alarmManager)
    [all...]
  /external/chromium/third_party/libevent/sample/
event-test.c 37 /* Reschedule this event */
  /frameworks/base/core/java/android/content/
SyncResult.java 32 * process this request. The SyncManager will reschedule the request to run later.
53 * that the sync request failed and it will not reschedule the request.
60 * the sync request failed and it will not reschedule the request.
95 * sync request when a sync is already underway. The SyncManager will reschedule the
  /frameworks/base/docs/html/training/monitoring-device-state/
manifest-receivers.jd 32 your application manifest. Then within each of these receivers you simply reschedule your recurring
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 306 * A callable class that can reschedule itself using a {@link CustomScheduler}.
343 reschedule();
350 public void reschedule() {
351 // We reschedule ourselves with a lock held for two reasons. 1. we want to make sure that
396 task.reschedule();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 51 #define SNDRV_TIMER_FLG_RESCHED 0x00000002 /* need reschedule */
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 185 reschedule();
216 reschedule();
492 void SVGSMILElement::reschedule() function in class:WebCore::SVGSMILElement
733 reschedule();
775 reschedule();
794 reschedule();
    [all...]
SVGSMILElement.h 133 void reschedule();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 109 * would clean the entire map and then reschedule itself depending upon when the next
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 167 // Reschedule the next redraw
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorHighlighter.js 124 // User keeps updating the job in between of our timer ticks. Just reschedule self, don't eat CPU (they must be scrolling).
  /external/wpa_supplicant_6/wpa_supplicant/
scan.c 239 * then don't cancel the scan and reschedule. Some drivers do
  /frameworks/base/services/java/com/android/server/am/
BroadcastQueue.java 271 boolean reschedule = false;
280 reschedule = true;
290 reschedule = true;
292 if (reschedule) {
    [all...]
  /bionic/libc/netbsd/isc/
ev_timers.c 501 /* evDrop() will reschedule the timer. */
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 90 // Reschedule the refresh task if necessary.
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 269 * would clean the entire map and then reschedule itself depending upon when the next
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 154 // This is needed because in some case we cancel the timers before all the task have finished running and in some case they will try to reschedule
  /external/openssl/crypto/sha/asm/
sha1-s390x.pl 20 # Optimize Xupdate for amount of memory references and reschedule
  /packages/apps/Email/src/com/android/email/
Email.java 135 * so we'll reschedule to kill off any existing alarms.

Completed in 3796 milliseconds

1 2 3 4 5