Searched refs:queue (Results 1 - 25 of 201) sorted by path

123456789

/haiku/headers/cpp/
H A Dstack.h38 using __STD::queue;
H A Dstl_queue.h41 class queue { class
42 friend bool operator== __STL_NULL_TMPL_ARGS (const queue&, const queue&);
43 friend bool operator< __STL_NULL_TMPL_ARGS (const queue&, const queue&);
54 queue() : c() {} function in class:queue
55 explicit queue(const _Sequence& __c) : c(__c) {} function in class:queue
69 operator==(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
76 operator<(const queue<_T argument
85 operator !=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
92 operator >(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
99 operator <=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
106 operator >=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
[all...]
/haiku/headers/os/drivers/
H A Ddpc.h23 status_t (*new_dpc_queue)(void **queue, const char *name, int32 priority);
24 status_t (*delete_dpc_queue)(void *queue);
25 status_t (*queue_dpc)(void *queue, dpc_func func, void *arg);
/haiku/headers/os/media/
H A DPlaySound.h15 sound_handle play_sound(const entry_ref* soundRef, bool mix, bool queue,
/haiku/headers/private/kernel/
H A DDPC.h29 virtual void DoDPC(DPCQueue* queue) = 0;
45 virtual void DoDPC(DPCQueue* queue);
H A DUserEvent.h58 virtual void DoDPC(DPCQueue* queue);
77 virtual void DoDPC(DPCQueue* queue);
98 virtual void DoDPC(DPCQueue* queue);
/haiku/headers/private/kernel/util/
H A Dqueue.h14 typedef struct queue { struct
18 } queue; typedef in typeref:struct:queue
20 int queue_init(queue *q);
21 int queue_remove_item(queue *q, void *e);
22 int queue_enqueue(queue *q, void *e);
23 void *queue_dequeue(queue *q);
24 void *queue_peek(queue *q);
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.h55 #include <sys/queue.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_mci.c1185 u_int32_t *payload, HAL_BOOL queue)
1190 if (queue == AH_TRUE) {
1220 ahp->ah_mci_coex_2g5g_update = queue;
1221 if (queue == AH_TRUE) {
1234 ahp->ah_mci_coex_wlan_channels_update = queue;
1235 if (queue == AH_TRUE) {
1249 ahp->ah_mci_unhalt_bt_gpm = queue;
1250 if (queue == AH_TRUE) {
1263 ahp->ah_mci_halted_bt_gpm = !queue;
1264 if (queue
1184 ar9300_mci_queue_unsent_gpm(struct ath_hal *ah, u_int8_t header, u_int32_t *payload, HAL_BOOL queue) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c48 #include <sys/queue.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c45 * stop processing buffers once the queue is full and until confirmation
69 #include <sys/queue.h>
3548 "setting WME for queue %d aifsn=%d cwmin=%d cwmax=%d "
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c30 #include <sys/queue.h>
H A Dr88ee_init.c30 #include <sys/queue.h>
H A Dr88ee_rx.c30 #include <sys/queue.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_rx.c34 #include <sys/queue.h>
102 "%s: ccx report dump: 0: %02X, 1: %02X, 2: %02X, queue time: "
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/pci/
H A Dr92ce_led.c34 #include <sys/queue.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_llt.c34 #include <sys/queue.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_fw.c40 #include <sys/queue.h>
H A Dr92e_init.c40 #include <sys/queue.h>
H A Dr92e_led.c40 #include <sys/queue.h>
H A Dr92e_rf.c40 #include <sys/queue.h>
H A Dr92e_rom.c40 #include <sys/queue.h>
H A Dr92e_rx.c32 #include <sys/queue.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/usb/
H A Dr92eu_attach.c30 #include <sys/queue.h>
H A Dr92eu_init.c40 #include <sys/queue.h>

Completed in 122 milliseconds

123456789