Home
last modified time | relevance | path

Searched refs:LFQUE_Pop (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dlock_free_queue.h42 int LFQUE_Pop(LockFreeQueue *queue, void *element, uint8 *pri);
H A Dqueue_adapter.c69 while (LFQUE_Pop(queue->queue, element, pri) != EC_SUCCESS) { in QUEUE_Pop()
H A Dlock_free_queue.c88 int LFQUE_Pop(LockFreeQueue *queue, void *element, uint8 *pri) in LFQUE_Pop() function
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v3.0.2-LTS.md100 | I4U1DM | samgr 的 QUEUE_Pop 函数在调用 LFQUE_Pop 函数时未加锁,存在潜在的数据竞争 |
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.0.2-LTS.md100 | I4U1DM | No lock is added when the LFQUE_Pop function is invoked by the QUEUE_Popfunction of samg…