void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) { unsigned long flags; wait->flags &= ~WQ_FLAG_EXCLUSIVE; spin_lock_irqsave(&q->lock, flags); __add_wait_queue(q, wait); spin_unlock_irqrestore(&q->lock, flags); } EXPORT_SYMBOL(add_wait_queue); void add_wait_...
public: static property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker AddBuildToQueue { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); }; Property Value ImageMoniker Returns ImageMoniker. Applies to 製品バージョン Visual Studio SDK 2015, 2017, 2019, 2022 こ...
设置其回调函数为ep_poll_callback init_waitqueue_func_entry(&pwq->wait, ep_poll_callback); pwq->whead = whead; // 设置pwq的等待队列头为传入的whead pwq->base = epi; // 设置pwq的基础epitem为当前的epi // 检查当前事件是否是独占事件(EPOLLEXCLUSIVE),如果是,则使用独占方式加入等待队列...
DTS_E_MSMQTASK_INVALID_QUEUE_PATH DTS_E_MSMQTASK_MESSAGE_NON_AUTHENTICATED DTS_E_MSMQTASK_NO_CONNECTION DTS_E_MSMQTASK_NOT_TRANSACTIONAL DTS_E_MSMQTASK_RECEIVE_VARIABLE_EMPTY DTS_E_MSMQTASK_STRING_COMPARE_VALUE_MISSING DTS_E_MSMQTASK_STRING_MSG_TO_VARIABLE_NOT_FOUND DTS_E_MSMQTASK_T...
DTS_E_MSMQTASK_INVALID_QUEUE_PATH フィールド DTS_E_MSMQTASK_MESSAGE_NON_AUTHENTICATED フィールド DTS_E_MSMQTASK_NO_CONNECTION フィールド DTS_E_MSMQTASK_NOT_TRANSACTIONAL フィールド DTS_E_MSMQTASK_RECEIVE_VARIABLE_EMPTY フィールド DTS_E_MSMQTASK_STRING_COMPARE_VALUE_MISSING フィールド...
bit_waitqueue+0x17/0xd0 <4> [<ffffffffa06a2ca1>] ? rpc_execute+0x61/0xa0 [sunrpc] <4> [<ffffffffa0699455>] ? rpc_run_task+0x75/0x90 [sunrpc] <4> [<ffffffffa0699572>] ? rpc_call_sync+0x42/0x70 [sunrpc] <4> [<ffffffffa06995f2>] ? rpc_ping+0x52/0x70 [sunrpc] ...
static void virtblk_add_buf_wait(struct virtio_blk *vblk, struct virtblk_req *vbr, unsigned long out, unsigned long in) { DEFINE_WAIT(wait);for (;;) { prepare_to_wait_exclusive(&vblk->queue_wait, &wait, TASK_UNINTERRUPTIBLE);spin_lock_irq(vblk->disk->queue->queue_lock);...
WAIT_CONTEXT_BLOCK structure WmiQueryTraceInformation function WmiTraceMessage function WmiTraceMessageVa function WORK_QUEUE_TYPE enumeration WRITE_PORT_BUFFER_UCHAR function WRITE_PORT_BUFFER_ULONG function WRITE_PORT_BUFFER_USHORT function WRITE_PORT_UCHAR function WRITE_PORT_ULONG function WRITE_PORT_USH...
Subscriber exclusive content A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more. Current Customers and Partners Log in for full access Log In New to Red Hat? Learn more about Red Hat subscriptions Using a Red Hat product through a public cloud? How ...
void waitEvents(uint32_t eventCount, @@ -2003,6 +2017,40 @@ ANGLE_INLINE void SecondaryCommandBuffer::setStencilWriteMask(uint32_t writeFron paramStruct->writeBackMask = static_cast<uint16_t>(writeBackMask); } ANGLE_INLINE void SecondaryCommandBuffer::setVertexInput( uint32_t vertexBinding...