Searched refs:THREAD_STACK_SIZE (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/ |
H A D | thread_benchmark_test.cpp | 59 const int THREAD_STACK_SIZE = 1024; member 150 ThreadStatus status = test->Start("test_thread_01", THREAD_PROI_LOW, THREAD_STACK_SIZE); in BENCHMARK_F() 190 ThreadStatus status = test->Start("test_thread_02", THREAD_PROI_LOW, THREAD_STACK_SIZE); in BENCHMARK_F() 254 ThreadStatus status = test->Start("test_thread_03", THREAD_PROI_LOW, THREAD_STACK_SIZE); in BENCHMARK_F() 274 ThreadStatus status = test->Start("test_thread_04", THREAD_PROI_LOW, THREAD_STACK_SIZE); in BENCHMARK_F() 314 ThreadStatus status = test->Start("test_thread_05", THREAD_PROI_LOW, THREAD_STACK_SIZE); in BENCHMARK_F() 334 ThreadStatus status = test->Start("test_thread_06", THREAD_PROI_LOW, THREAD_STACK_SIZE); in BENCHMARK_F() 382 status = test->Start("", THREAD_PROI_NORMAL, THREAD_STACK_SIZE); in BENCHMARK_F() 404 ThreadStatus status = test->Start("", THREAD_PROI_NORMAL, THREAD_STACK_SIZE); in ThreadTestStart()
|
Completed in 1 milliseconds