Home
last modified time | relevance | path

Searched defs:queue (Results 101 - 125 of 2720) sorted by relevance

12345678910>>...109

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Devent_handler.h147 auto queue = GetTaskQueueRegistry().GetTaskQueue(queueId); Subscribe() local
[all...]
H A Dfuture.h95 IFuture::Ptr Then(const IFutureContinuation::Ptr& func, const BASE_NS::shared_ptr<ITaskQueue>& queue) in Then() argument
100 auto Then(Func func, const BASE_NS::shared_ptr<ITaskQueue>& queue) in Then() argument
105 auto Then(Func func, const BASE_NS::shared_ptr<ITaskQueue>& queue, int = 0) in Then() argument
120 queue)); in Then() variable
H A Ddeferred_callback.h104 auto MakeDeferred(Func func, const ITaskQueue::Ptr& queue) in MakeDeferred() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Dproperty_event_handler.h44 bool Subscribe(const IProperty::ConstPtr& property, const CallableTypePtr& onInvoked, const ITaskQueue::Ptr& queue) in Subscribe() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue.cpp32 TaskQueue::ExecuteAsyncTask::ExecuteAsyncTask(TaskQueue& queue) : queue_(queue) {} in ExecuteAsyncTask() argument
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Daudio_sink_filter_unit_test.h45 void OnLinkedResult(const sptr<AVBufferQueueProducer>& queue, std::shared_ptr<Meta>& meta) in OnLinkedResult() argument
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dlock_free_queue.c31 register LockFreeQueue *queue = (LockFreeQueue *)SAMGR_Malloc(sizeof(LockFreeQueue) + total); in LFQUE_Create() local
42 BOOL LFQUE_IsFull(LockFreeQueue *queue) in LFQUE_IsFull() argument
51 LFQUE_IsEmpty(LockFreeQueue *queue) LFQUE_IsEmpty() argument
56 LFQUE_Push(LockFreeQueue *queue, const void *element, uint8 pri) LFQUE_Push() argument
88 LFQUE_Pop(LockFreeQueue *queue, void *element, uint8 *pri) LFQUE_Pop() argument
[all...]
/foundation/communication/dsoftbus/tests/core/common/queue/
H A Dqueue_test.cpp54 LockFreeQueue queue; in HWTEST_F() local
86 LockFreeQueue queue; in HWTEST_F() local
102 LockFreeQueue *queue = CreateQueue(INVALID_NUM); in HWTEST_F() local
118 LockFreeQueue *queue = CreateQueue(IS_POWER_OF_2_NUM); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Duv_queue.cpp33 auto queue = entry->uvQueue_.lock(); in ExecUvWork() local
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dninet_connection_sock.c40 struct request_sock_queue *queue = &icsk->icsk_accept_queue; in ninet_reqsk_timer_handler() local
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Dosdep_service.h34 struct list_head queue; member
/kernel/linux/linux-5.10/net/sctp/
H A Dinqueue.c32 void sctp_inq_init(struct sctp_inq *queue) in sctp_inq_init() argument
42 void sctp_inq_free(struct sctp_inq *queue) in sctp_inq_free() argument
84 sctp_inq_peek(struct sctp_inq *queue) sctp_inq_peek() argument
107 sctp_inq_pop(struct sctp_inq *queue) sctp_inq_pop() argument
[all...]
/kernel/linux/linux-5.10/include/media/
H A Ddvb_ringbuffer.h48 wait_queue_head_t queue; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_reset_types.h56 wait_queue_head_t queue; member
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_isight.c34 static int isight_decode(struct uvc_video_queue *queue, struct uvc_buffer *buf, in isight_decode() argument
/kernel/linux/linux-5.10/include/drm/
H A Dspsc_queue.h48 static inline void spsc_queue_init(struct spsc_queue *queue) in spsc_queue_init() argument
55 static inline struct spsc_node *spsc_queue_peek(struct spsc_queue *queue) in spsc_queue_peek() argument
60 static inline int spsc_queue_count(struct spsc_queue *queue) in spsc_queue_count() argument
65 spsc_queue_push(struct spsc_queue *queue, struct spsc_node *node) spsc_queue_push() argument
89 spsc_queue_pop(struct spsc_queue *queue) spsc_queue_pop() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/octeon/
H A Docteon-ethernet.h53 int queue; member
/kernel/linux/linux-5.10/include/linux/
H A Dbsg.h21 struct request_queue *queue; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_tqp_stats.c107 struct hnae3_queue *queue; in hclge_comm_reset_tqp_stats() local
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_isight.c35 static int isight_decode(struct uvc_video_queue *queue, struct uvc_buffer *buf, in isight_decode() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tbf.c10 u32 queue = 0; in lan966x_tbf_add() local
60 u32 queue = 0; in lan966x_tbf_del() local
/kernel/linux/linux-6.6/include/media/
H A Ddvb_ringbuffer.h48 wait_queue_head_t queue; member
/kernel/linux/linux-6.6/include/drm/
H A Dspsc_queue.h48 static inline void spsc_queue_init(struct spsc_queue *queue) in spsc_queue_init() argument
55 static inline struct spsc_node *spsc_queue_peek(struct spsc_queue *queue) in spsc_queue_peek() argument
60 static inline int spsc_queue_count(struct spsc_queue *queue) in spsc_queue_count() argument
65 spsc_queue_push(struct spsc_queue *queue, struct spsc_node *node) spsc_queue_push() argument
89 spsc_queue_pop(struct spsc_queue *queue) spsc_queue_pop() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/octeon/
H A Docteon-ethernet.h53 int queue; member
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Dosdep_service.h34 struct list_head queue; member

Completed in 8 milliseconds

12345678910>>...109