Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c34 static const int32_t QUEUE_LIMIT[QUEUE_NUM_PER_PID] = { variable
204 if ((int32_t)queueCount >= (QUEUE_LIMIT[i] - WAIT_QUEUE_BUFFER_PERIOD_LEN)) { in GetMsg()
223 return QUEUE_LIMIT[index]; in GetQueueLimit()