Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp256 void ControllerThreadTryPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPo… in ControllerThreadTryPutTask() function
296 … std::thread controllerThreadTryPutTask1(ControllerThreadTryPutTask, threadPool, NUMBER_OF_TASKS); in TestThreadPoolWithControllers()
297 … std::thread controllerThreadTryPutTask2(ControllerThreadTryPutTask, threadPool, NUMBER_OF_TASKS); in TestThreadPoolWithControllers()