Searched refs:MSG_SEND_PERIOD (Results 1 – 2 of 2) sorted by relevance
19 #define MSG_SEND_PERIOD 5 macro78 if (cnt % MSG_SEND_PERIOD == 0) { in TestAddRoute()84 } else if (cnt % MSG_SEND_PERIOD == TEST_ITEM_NO_EVENT) { in TestAddRoute()87 } else if (cnt % MSG_SEND_PERIOD == MSG_NOSEND_CHECK_CNT) { in TestAddRoute()94 } else if (cnt % MSG_SEND_PERIOD == MSG_EVENT_AGAIN) { in TestAddRoute()96 } else if (cnt % MSG_SEND_PERIOD == MSG_EVENT_AGAIN_CHECK) { in TestAddRoute()
44 #define MSG_SEND_PERIOD 5 macro247 if (cnt % MSG_SEND_PERIOD == 0) { in ThreadTestPostSem()