Home
last modified time | relevance | path

Searched refs:g_servicePoint2 (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DTaskpoolSpecifiedTaskTest.cpp31 static pthread_t g_servicePoint2; variable
138 g_servicePoint2 = pthread_self(); in MessageHandle()
421 ASSERT_EQ(g_servicePoint1 == g_servicePoint2, TRUE); in HWTEST_F()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_specifiedtask_func_test.c35 static void *g_servicePoint2; variable
142 g_servicePoint2 = osThreadGetId(); in MessageHandle()
401 TEST_ASSERT_EQUAL_INT(g_servicePoint1 == g_servicePoint2, TRUE);

Completed in 2 milliseconds