Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dtimer_test.h31 #define TIMER_TEST_STACK_SIZE (1024 * 100) macro
H A Dtimer_test.c173 cfg1.stackSize = cfg2.stackSize = TIMER_TEST_STACK_SIZE; in TimerTestStartThread()