Home
last modified time | relevance | path

Searched refs:NXT_APP_QUEUE_SIZE (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_app_queue.h15 #define NXT_APP_QUEUE_SIZE NXT_APP_NNCQ_SIZE macro
29 nxt_app_queue_item_t items[NXT_APP_QUEUE_SIZE];
41 for (i = 0; i < NXT_APP_QUEUE_SIZE; i++) { in nxt_app_queue_init()