Searched defs:pending (Results 1 - 25 of 39) sorted by relevance

12

/external/kernel-headers/original/linux/
H A Dudp.h45 int pending; /* Any pending frames ? */ member in struct:udp_sock
52 __u16 len; /* total length of pending frames */
H A Dworkqueue.h15 unsigned long pending; member in struct:work_struct
52 (_work)->pending = 0; \
87 * Kill off a pending schedule_delayed_work(). Note that the work callback
97 clear_bit(0, &work->pending);
H A Drtc.h38 unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */ member in struct:rtc_wkalrm
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_amigaevents.c289 int pending; local
292 /* Keep processing pending events */
293 pending = 0;
296 ++pending;
/external/qemu/hw/
H A Dgoldfish_interrupt.c18 INTERRUPT_STATUS = 0x00, // number of pending interrupts
104 uint32_t pending = s->level & s->irq_enabled; local
106 if(pending & (1U << i))
H A Dgoldfish_events_device.c40 int pending; member in struct:__anon4874
67 QFIELD_INT32(pending),
H A Darm_gic.c43 unsigned pending:NCPU; member in struct:gic_irq_state
55 #define GIC_SET_PENDING(irq, cm) s->irq_state[irq].pending |= (cm)
56 #define GIC_CLEAR_PENDING(irq, cm) s->irq_state[irq].pending &= ~(cm)
57 #define GIC_TEST_PENDING(irq, cm) ((s->irq_state[irq].pending & (cm)) != 0)
102 /* Update interrupt status after enabled or pending bits have been changed. */
133 DPRINTF("Raised pending IRQ %d\n", best_irq);
149 DPRINTF("Set %d pending cpu %d\n", irq, cpu);
166 DPRINTF("Set %d pending mask %x\n", irq, GIC_TARGET(irq));
193 DPRINTF("ACK no pending IRQ\n");
197 /* Clear pending flag
[all...]
/external/quake/quake/src/WinQuake/
H A Dsnd_sun.cpp44 int pending; variable
/external/webkit/WebCore/websockets/
H A DWebSocket.cpp217 bool pending = hasPendingActivity(); local
223 if (pending)
/external/bluetooth/glib/gio/
H A Dgfileenumerator.c64 guint pending : 1; member in struct:_GFileEnumeratorPrivate
210 if (enumerator->priv->pending)
229 enumerator->priv->pending = TRUE;
231 enumerator->priv->pending = FALSE;
269 if (enumerator->priv->pending)
279 enumerator->priv->pending = TRUE;
281 enumerator->priv->pending = FALSE;
297 enumerator->priv->pending = FALSE;
366 if (enumerator->priv->pending)
378 enumerator->priv->pending
576 g_file_enumerator_set_pending(GFileEnumerator *enumerator, gboolean pending) argument
[all...]
H A Dgfilemonitor.c361 GSList *pending, *iter; local
363 pending = g_slist_reverse (monitor->priv->pending_file_changes);
368 for (iter = pending; iter; iter = iter->next)
375 g_slist_free (pending);
408 * pending idles.
H A Dginputstream.c55 guint pending : 1; member in struct:_GInputStreamPrivate
869 * Checks if an input stream has pending actions.
871 * Returns: %TRUE if @stream has pending actions.
878 return stream->priv->pending;
887 * Sets @stream to have actions pending. If the pending flag is
891 * Return value: %TRUE if pending was previously unset and is now set.
905 if (stream->priv->pending)
915 stream->priv->pending = TRUE;
923 * Clears the pending fla
[all...]
H A Dgoutputstream.c40 * to close a stream (g_output_stream_close()) and to flush pending writes
53 guint pending : 1; member in struct:_GOutputStreamPrivate
1052 * Checks if an ouput stream has pending actions.
1054 * Returns: %TRUE if @stream has pending actions.
1061 return stream->priv->pending;
1070 * Sets @stream to have actions pending. If the pending flag is
1074 * Return value: %TRUE if pending was previously unset and is now set.
1089 if (stream->priv->pending)
1099 stream->priv->pending
[all...]
/external/dbus/dbus/
H A Ddbus-pending-call.c2 /* dbus-pending-call.c Object representing a call in progress.
26 #include "dbus-pending-call-internal.h"
27 #include "dbus-pending-call.h"
83 * Creates a new pending reply object.
87 * @param timeout_handler timeout handler, takes pending call as data
95 DBusPendingCall *pending; local
114 pending = dbus_new0 (DBusPendingCall, 1);
116 if (pending == NULL)
124 pending, NULL);
129 dbus_free (pending);
154 _dbus_pending_call_set_reply_unlocked(DBusPendingCall *pending, DBusMessage *message) argument
186 _dbus_pending_call_complete(DBusPendingCall *pending) argument
210 _dbus_pending_call_queue_timeout_error_unlocked(DBusPendingCall *pending, DBusConnection *connection) argument
230 _dbus_pending_call_is_timeout_added_unlocked(DBusPendingCall *pending) argument
245 _dbus_pending_call_set_timeout_added_unlocked(DBusPendingCall *pending, dbus_bool_t is_added) argument
261 _dbus_pending_call_get_timeout_unlocked(DBusPendingCall *pending) argument
275 _dbus_pending_call_get_reply_serial_unlocked(DBusPendingCall *pending) argument
289 _dbus_pending_call_set_reply_serial_unlocked(DBusPendingCall *pending, dbus_uint32_t serial) argument
305 _dbus_pending_call_get_connection_and_lock(DBusPendingCall *pending) argument
320 _dbus_pending_call_get_connection_unlocked(DBusPendingCall *pending) argument
336 _dbus_pending_call_set_timeout_error_unlocked(DBusPendingCall *pending, DBusMessage *message, dbus_uint32_t serial) argument
374 _dbus_pending_call_ref_unlocked(DBusPendingCall *pending) argument
383 _dbus_pending_call_last_unref(DBusPendingCall *pending) argument
433 _dbus_pending_call_unref_and_unlock(DBusPendingCall *pending) argument
455 _dbus_pending_call_get_completed_unlocked(DBusPendingCall *pending) argument
477 _dbus_pending_call_set_data_unlocked(DBusPendingCall *pending, dbus_int32_t slot, void *data, DBusFreeFunction free_data_func) argument
532 dbus_pending_call_ref(DBusPendingCall *pending) argument
559 dbus_pending_call_unref(DBusPendingCall *pending) argument
593 dbus_pending_call_set_notify(DBusPendingCall *pending, DBusPendingCallNotifyFunction function, void *user_data, DBusFreeFunction free_user_data) argument
630 dbus_pending_call_cancel(DBusPendingCall *pending) argument
646 dbus_pending_call_get_completed(DBusPendingCall *pending) argument
669 dbus_pending_call_steal_reply(DBusPendingCall *pending) argument
703 dbus_pending_call_block(DBusPendingCall *pending) argument
768 dbus_pending_call_set_data(DBusPendingCall *pending, dbus_int32_t slot, void *data, DBusFreeFunction free_data_func) argument
794 dbus_pending_call_get_data(DBusPendingCall *pending, dbus_int32_t slot) argument
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_miditypes.h48 EAS_BOOL8 pending; /* flag indicates more data expected */ member in struct:s_midi_stream_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_miditypes.h48 EAS_BOOL8 pending; /* flag indicates more data expected */ member in struct:s_midi_stream_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_miditypes.h48 EAS_BOOL8 pending; /* flag indicates more data expected */ member in struct:s_midi_stream_tag
/external/bluetooth/bluez/audio/
H A Dgsta2dpsink.c90 GstState current, pending; local
92 gst_element_get_state(GST_ELEMENT(self), &current, &pending, 0); local
93 if (pending == GST_STATE_VOID_PENDING)
96 return pending;
H A Dsource.c154 struct pending_request *pending)
156 if (pending->conn)
157 dbus_connection_unref(pending->conn);
158 if (pending->msg)
159 dbus_message_unref(pending->msg);
160 if (pending->id)
161 a2dp_cancel(dev, pending->id);
163 g_free(pending);
247 struct pending_request *pending = source->connect; local
253 if (pending
153 pending_request_free(struct audio_device *dev, struct pending_request *pending) argument
275 struct pending_request *pending; local
453 struct pending_request *pending; local
539 struct pending_request *pending; local
578 struct pending_request *pending; local
[all...]
H A Dsink.c161 struct pending_request *pending)
163 if (pending->conn)
164 dbus_connection_unref(pending->conn);
165 if (pending->msg)
166 dbus_message_unref(pending->msg);
167 if (pending->id)
168 a2dp_cancel(dev, pending->id);
170 g_free(pending);
280 struct pending_request *pending = sink->connect; local
286 if (pending
160 pending_request_free(struct audio_device *dev, struct pending_request *pending) argument
308 struct pending_request *pending; local
492 struct pending_request *pending; local
577 struct pending_request *pending; local
616 struct pending_request *pending; local
655 struct pending_request *pending; local
689 struct pending_request *pending; local
[all...]
/external/bluetooth/glib/gio/inotify/
H A Dinotify-kernel.c119 unsigned int pending; local
121 if (ioctl (inotify_instance_fd, FIONREAD, &pending) == -1)
124 pending /= AVERAGE_EVENT_SIZE;
126 /* Don't wait if the number of pending events is too close
129 if (pending > PENDING_THRESHOLD (MAX_QUEUED_EVENTS))
135 if (pending-prev_pending < PENDING_MARGINAL_COST (pending_count))
138 prev_pending = pending;
/external/chromium/third_party/zlib/
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/external/grub/stage2/
H A Dasm.S2014 * if there is a character pending, return it; otherwise return -1
2015 * BIOS call "INT 16H Function 01H" to check whether a character is pending
2040 DATA32 jmp pending
2045 pending: label
2224 * BIOS call "INT 1AH Function 02H" to check whether a character is pending
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11events.c919 int pending; local
921 /* Keep processing pending events */
922 pending = 0;
925 ++pending;
931 if ( pending || !SDL_VideoSurface ) {
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}

Completed in 508 milliseconds

12