Searched refs:THREAD_ID (Results 1 – 3 of 3) sorted by relevance
31 const std::string THREAD_ID = "WindowCommonEventHandler"; variable44 auto runner = AppExecFwk::EventRunner::Create(THREAD_ID); in WindowCommonEvent()
413 // 新增多线程接口MTEST_ADD_TASK(THREAD_ID,ThreadTestFunc),注册多线程,但不在该用例中执行,之后统一执行,适合多个用例组合场景下的多线程测试。414 // THREAD_ID从0开始定义区别不同的线程,也可以使用随机THREAD_ID,即传入RANDOM_THREAD_ID,此场景下THREAD_ID是不会重复的。
418 …// Add the multi-thread API MTEST_ADD_TASK(THREAD_ID,ThreadTestFunc). Multiple threads are registe…419 …// THREAD_ID is used to distinguish threads and starts from 0. You can also use a random thread ID…