Searched refs:LFQUE_Pop (Results 1 – 5 of 5) sorted by relevance
42 int LFQUE_Pop(LockFreeQueue *queue, void *element, uint8 *pri);
69 while (LFQUE_Pop(queue->queue, element, pri) != EC_SUCCESS) { in QUEUE_Pop()
88 int LFQUE_Pop(LockFreeQueue *queue, void *element, uint8 *pri) in LFQUE_Pop() function
100 | I4U1DM | samgr 的 QUEUE_Pop 函数在调用 LFQUE_Pop 函数时未加锁,存在潜在的数据竞争 |
100 | I4U1DM | No lock is added when the LFQUE_Pop function is invoked by the QUEUE_Popfunction of samg…