Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_work_test.c19 #define MSG_SEND_PERIOD 5 macro
78 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()
H A Dosal_list_test.c44 #define MSG_SEND_PERIOD 5 macro
247 if (cnt % MSG_SEND_PERIOD == 0) { in ThreadTestPostSem()