Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dlock_free_queue.c44 uint32 nextWrite = queue->write + 1; in LFQUE_IsFull() local
45 if (nextWrite >= queue->totalSize) { in LFQUE_IsFull()
46 nextWrite = 0; in LFQUE_IsFull()
48 return (nextWrite == queue->read); in LFQUE_IsFull()