HomeSort by relevance Sort by last modified time
    Searched full:schedule (Results 101 - 125 of 500) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); add_wait_queue(&wq, &__wait); for (;;) { set_current_state(TASK_UNINTERRUPTIBLE); if (condition) break; spin_unlock_irq(&lock); cmd; schedule(); spin_lock_irq(&lock); } current->state = TASK_RUNNING; remove_wait_queue(&wq, &__wait); } while (0)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 129 }.schedule(); method
  /device/samsung/crespo/alsa-lib/include/
seq_event.h 295 unsigned char queue; /**< schedule queue */
296 snd_seq_timestamp_t time; /**< schedule time */
  /external/webkit/WebCore/inspector/front-end/
TextEditorHighlighter.js 104 // Schedule tail highlight if necessary.
128 // Schedule tail highlight if necessary.
  /external/wpa_supplicant_6/wpa_supplicant/
scan.c 227 * wpa_supplicant_req_scan - Schedule a scan for neighboring access points
232 * This function is used to schedule a scan for neighboring access points after
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 31 #define DES_set_key(key, schedule) des_set_key((key), *(schedule))
  /frameworks/base/docs/html/resources/articles/
timed-ui-updates.jd 48 timer.schedule(new UpdateTimeTask(), 100, 200);
127 schedule it to happen at a particular wall-clock time ? the line: start
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 117 // We want to know whether the last "schedule info" (the unix times in the mTransitions
121 // no future plans (and thus no future schedule info) will report "true" from
  /external/chromium/base/
message_pump_mac.mm 260 // to schedule delayed work must signal a CFRunLoopSource set at a lower
420 // work was scheduled. When that situation is encountered, schedule
441 // nesting-deferred work may have accumulated. Schedule it for processing
456 // if a nested loop ran. Schedule nesting-deferred work for processing if
488 // to determine whether to schedule nesting-deferred work. It expects
message_pump_mac.h 117 // previous attempt to schedule nesting-deferred work, it will schedule a
  /external/chromium/net/base/
sdch_manager.h 44 // The Schedule() method is called when there is a need to get a dictionary
47 virtual void Schedule(const GURL& dictionary_url) = 0;
279 // Schedule the URL fetching to load a dictionary. This will always return
  /external/kernel-headers/original/linux/
wait.h 163 schedule(); \
235 schedule(); \
322 schedule(); \
  /external/openssl/crypto/perlasm/
cbc.pl 3 # void des_ncbc_encrypt(input, output, length, schedule, ivec, enc)
7 # des_key_schedule schedule;
12 # des_encrypt((DES_LONG *)tin,schedule,DES_ENCRYPT);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_event.c 256 /* Schedule sending more if there is more to send */
349 /* Schedule sending more if there is more to send */
472 /* event_send_all_later -- schedule sending events to all subscribers
  /packages/apps/DeskClock/res/values/
strings.xml 130 screen to identify repetition schedule: special case for when
135 screen to identify repetition schedule: special case for when
140 screen to identify repetition schedule: concatenate days with
  /external/chromium/third_party/libevent/
evbuffer.c 146 /* Now schedule a callback for us when the buffer changes */
335 /* If everything is okay, we need to schedule a write */
  /bionic/libc/arch-arm/bionic/
strlen.c 60 // We need to process 32 bytes per loop to schedule PLD properly
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 119 // Schedule this insn for later deletion.
  /external/bluetooth/glib/docs/reference/gio/
migrating.xml 140 lets you schedule a function to be called in a separate thread, or
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_init.c 72 /* schedule the key */

Completed in 1659 milliseconds

1 2 3 45 6 7 8 91011>>