HomeSort by relevance Sort by last modified time
    Searched refs:queue (Results 201 - 225 of 274) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium/third_party/libevent/
event_tagging.c 48 #include <sys/queue.h>
evport.c 59 #include <sys/queue.h>
kqueue.c 41 #include <sys/queue.h>
111 /* Initalize the kernel queue */
poll.c 39 #include <sys/queue.h>
select.c 42 #include <sys/queue.h>
evrpc.c 45 #include <sys/queue.h>
576 * if no connection is available, we queue the request on the pool,
  /external/kernel-headers/original/linux/
genhd.h 110 struct request_queue *queue; member in struct:gendisk
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp 169 // Create our default queue object for this device to start receiving I/O
533 void AndroidUsbDeviceObject::EvtIoReadEntry(WDFQUEUE queue,
550 void AndroidUsbDeviceObject::EvtIoWriteEntry(WDFQUEUE queue,
567 void AndroidUsbDeviceObject::EvtIoDeviceControlEntry(WDFQUEUE queue,
798 // callbacks simultaneously. This queue will be, by default, automanaged by
812 // By default KMDF will take care of the power management of this queue
815 // Create queue object
    [all...]
  /external/quake/quake/src/WinQuake/
net_comx.cpp 39 } queue; typedef in typeref:struct:__anon6999
149 queue inputQueue;
150 queue outputQueue;
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /external/chromium/net/tools/flip_server/
epoll_server.h 9 #include <sys/queue.h>
    [all...]
  /external/chromium/third_party/libevent/test/
regress_rpc.c 42 #include <sys/queue.h>
  /external/ipsec-tools/src/racoon/
policy.c 39 #include <sys/queue.h>
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 202 WorkQueue::shared()->queue(new LoadItem(absoluteURL.get(), target));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
balanced_quicksort.h 51 #include <parallel/queue.h>
74 /** @brief Work-stealing queue. */
87 * @param queue_size Size of the work-stealing queue. */
  /external/v8/test/cctest/
test-debug.cc     [all...]
  /dalvik/vm/alloc/
MarkSweep.c 414 * Adds a reference to the tail of a circular queue of references.
434 * Removes the reference at the head of a circular queue of
676 * Returns true if the reference was registered with a reference queue
681 Object *queue = dvmGetFieldObject(reference, local
685 return queue != NULL && queueNext == NULL;
689 * Schedules a reference to be appended to its reference queue.
736 /* Referent is white, queue it for clearing. */
750 * referents. Cleared references registered to a reference queue are
776 * If we cleared a reference with a reference queue we must notify
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 155 int queue;
159 queue = IEEE80211_TX_QUEUE_DATA3;
164 queue = IEEE80211_TX_QUEUE_DATA1;
169 queue = IEEE80211_TX_QUEUE_DATA0;
175 queue = IEEE80211_TX_QUEUE_DATA2;
186 wpa_printf(MSG_DEBUG, "MLME: WMM queue=%d aci=%d acm=%d "
188 queue, aci, acm, params.aifs, params.cw_min,
192 if (local->hw->conf_tx(local->mdev, queue, &params)) {
193 wpa_printf(MSG_DEBUG, "MLME: failed to set TX queue "
194 "parameters for queue %d", queue)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.cpp     [all...]
  /external/bluetooth/bluez/audio/
avdtp.c 1023 /* Remove pending commands for this stream from the queue */
3100 GSList **queue, *l; local
    [all...]
  /external/v8/tools/
test.py 44 from Queue import Queue, Empty
59 self.queue = Queue(len(cases))
61 self.queue.put_nowait(case)
109 test = self.queue.get_nowait()
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /device/samsung/crespo/libaudio/
asound.h 564 unsigned int queue; member in struct:snd_timer_status
  /external/ipsec-tools/src/libipsec/
key_debug.c 58 #include <sys/queue.h>

Completed in 1971 milliseconds

1 2 3 4 5 6 7 891011