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

1 2 3 4 56 7 8 91011

  /external/chromium/third_party/libevent/
event.c 42 #include <sys/queue.h>
200 /* allocate a single active event queue */
928 event_queue_remove(struct event_base *base, struct event *ev, int queue)
930 if (!(ev->ev_flags & queue))
931 event_errx(1, "%s: %p(fd %d) not on queue %x", __func__,
932 ev, ev->ev_fd, queue);
937 ev->ev_flags &= ~queue;
938 switch (queue) {
951 event_errx(1, "%s: unknown queue %x", __func__, queue);
    [all...]
  /external/dropbear/
Android.mk 10 queue.c \
  /frameworks/base/core/java/android/os/
Looper.java 104 * Run the message queue in this thread. Be sure to call
109 MessageQueue queue = me.mQueue; local
117 Message msg = queue.next(); // might block
189 // NOTE: By enqueueing directly into the message queue, the
  /external/chromium/third_party/libevent/sample/
event-test.c 13 #include <sys/queue.h>
  /external/ipsec-tools/src/racoon/
proposal.h 37 #include <sys/queue.h>
throttle.c 50 #include <sys/queue.h>
evt.c 42 #include <sys/queue.h>
74 "Cannot record event: event queue overflowed\n");
81 "Cannot record event: event queue overflow\n");
genlist.c 37 #include <sys/queue.h>
policy.h 37 #include <sys/queue.h>
remoteconf.h 39 #include <sys/queue.h>
  /external/libpcap/
pcap-dos.c 201 * Poll the receiver queue and call the pcap callback-handler
236 /* If driver has a zero-copy receive facility, peek at the queue,
359 p->md.stat.ps_ifdrop = stats->rx_dropped + /* queue full */
791 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool);
1275 * NOTE: the queue-element is not copied, only a pointer is
1282 PCAP_ASSERT (pktq_check (&active_dev->queue));
1285 tail = pktq_out_elem (&active_dev->queue);
1286 head = pktq_in_elem (&active_dev->queue);
1291 PCAP_ASSERT (tail->size < active_dev->queue.elem_size-4-2);
1306 struct rx_elem *tail = pktq_out_elem (&active_dev->queue);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 174 OMX_ERRORTYPE VIDDEC_Queue_Init(VIDDEC_QUEUE_TYPE *queue, VIDDEC_QUEUE_TYPES type)
179 queue->nHead = 0;
180 queue->nTail = 0;
181 queue->nElements = 0;
186 queue->Elements = (void*)malloc(VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_U32));
187 /*OMX_MALLOC_STRUCT_SIZED(queue->Elements, void, VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_U32));*/
190 queue->Elements = (void*)malloc(VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_MARKTYPE));
191 /*OMX_MALLOC_STRUCT_SIZED(queue->Elements, void, VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_MARKTYPE));*/
195 pthread_mutex_init(&(queue->mMutex), NULL);
199 queue->CounterElements[count] = 0
    [all...]
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 90 LOGI("Attaching input queue to looper");
408 static void onInputQueueCreated(ANativeActivity* activity, AInputQueue* queue) {
409 LOGI("InputQueueCreated: %p -- %p\n", activity, queue);
410 android_app_set_input((struct android_app*)activity->instance, queue);
413 static void onInputQueueDestroyed(ANativeActivity* activity, AInputQueue* queue) {
414 LOGI("InputQueueDestroyed: %p -- %p\n", activity, queue);
  /external/openssl/crypto/rand/
rand_win.c 392 GETQUEUESTATUS queue; local
396 queue = (GETQUEUESTATUS) GetProcAddress(user, "GetQueueStatus");
424 if (queue)
426 /* message queue status */
428 w = queue(QS_ALLEVENTS);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 170 CommandQueue queue) {
186 CommandQueue queue) {
  /hardware/ril/mock-ril/src/cpp/
worker_v8.cpp 17 #include <queue>
54 std::queue<ArgInfo *> ai_free_list_;
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 154 public LoaderThread(LinkedBlockingQueue<LoadRequest> queue, EventLoader eventLoader) {
155 mQueue = queue;
164 // queue is full. This should never happen because the queue
245 // queue is full. This should never happen because the queue
271 // queue is full. This should never happen because the queue
  /external/iproute2/ip/
ipntable.c 54 " [ delay_probe MSEC ] [ queue LEN ]\n"
204 } else if (strcmp(*argv, "queue") == 0) {
205 __u32 queue; local
209 if (get_u32(&queue, *argv, 0))
210 invarg("\"queue\" value is invalid", *argv);
215 NDTPA_QUEUE_LEN, queue);
511 __u32 queue = *(__u32 *)RTA_DATA(tpb[NDTPA_QUEUE_LEN]); local
512 fprintf(fp, "queue %u ", queue);
  /packages/apps/Gallery3D/src/com/cooliris/media/
ReverseGeocoder.java 78 Deque<MediaSet> queue = sQueue; local
80 queue.clear();
85 synchronized (queue) {
86 while ((set = queue.pollFirst()) == null) {
87 queue.wait();
  /external/blktrace/doc/
blktrace.tex 32 information about request queue operations up to user space. There are
200 can also show SCSI commands going in and out of the queue as submitted
411 queue & \emph{queue} operations \\ \hline
525 queue or in the io scheduler has been sent to the driver.
528 addition to the internal queue and later service by the driver. The
531 \item[Q -- queued] This notes intent to queue io at the given location.
558 queue, Linux will plug the queue in anticipation of future ios being
564 requests have been added to the queue
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /external/blktrace/btt/doc/
btt.tex 37 information about request queue operations up to user space.
113 queue. This is the average time from when the IO enters the block
114 IO layer (queue trace) until it is inserted (insert trace).
128 queue (insert trace).
133 amount of time between the queue trace and the merge trace.
135 \item Time spent on the request queue. The average time from when
136 the IO is inserted or merged onto the request queue, until it is
154 \item \emph{Q2Q} which measures the time between queue traces
162 = {Q2C}$ however, typically there are multiple queue traces that
164 currently average the queue-to-insert and queue-to-merge times
    [all...]
  /bionic/libc/kernel/common/linux/raid/
md_k.h 155 request_queue_t *queue; member in struct:mddev_s
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 155 request_queue_t *queue; member in struct:mddev_s
  /external/chromium/net/flip/
flip_session.h 11 #include <queue>
63 // Used to create and queue a data frame for the given stream.
204 // As we gather data to be sent, we put it into the output queue.

Completed in 4296 milliseconds

1 2 3 4 56 7 8 91011