Searched refs:g_count (Results 1 - 8 of 8) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | threadsndk.cpp | 41 static int g_count = PARAM_0;
variable 50 g_count++;
in threadfun_create() 60 g_count = PARAM_0;
in Thrd_create() 67 g_count++;
in threadfunc_current() 77 g_count = PARAM_0;
in Thrd_current() 85 g_count++;
in threadfunc_detach() 91 g_count = PARAM_0;
in Thrd_detach() 102 g_count++;
in threadfunc_equal() 111 g_count = PARAM_0;
in Thrd_equal() 115 g_count in Thrd_equal() [all...] |
H A D | timendk.cpp | 55 static int g_count = 0;
variable 221 if (g_count < MAX_UTIME) {
in TimerHandler() 222 g_count++;
in TimerHandler() 251 while (g_count != MAX_UTIME) {
in Timer_delete() 277 g_count++;
in handler() 305 while (g_count <= PARAM_0) {
in Timer_settime()
|
H A D | signalndk.cpp | 515 static int g_count = PARAM_0;
variable 516 static void signalHandler(int signo) { g_count++; }
in signalHandler()
|
/test/xts/hats/hdf/light/liteos/ |
H A D | hdf_light_test.cpp | 31 static uint32_t g_count = 0; member 53 int32_t ret = g_lightDev->GetLightInfo(&g_lightInfo, &g_count); in SetUpTestCase() 99 printf("get light list num[%d]\n\r", g_count); in HWTEST_F() 102 for (int i = 0; i < g_count; ++i) { in HWTEST_F() 117 int32_t ret = g_lightDev->GetLightInfo(nullptr, &g_count); in HWTEST_F() 142 for (i = 0; i < g_count; ++i) { in HWTEST_F() 170 for (i = 0; i < g_count; ++i) { in HWTEST_F() 196 for (i = 0; i < g_count; ++i) { in HWTEST_F()
|
/test/xts/hats/hdf/sensor/common/ |
H A D | hdf_sensor_test.cpp | 76 int32_t g_count = 0; member 141 int32_t ret = g_sensorDev->GetAllSensors(&g_sensorInfo, &g_count); in SetUpTestCase() 195 ret = g_sensorDev->GetAllSensors(&g_sensorInfo, &g_count); in HWTEST_F() 297 EXPECT_GT(g_count, 0); in HWTEST_F() 314 EXPECT_GT(g_count, 0); in HWTEST_F() 316 printf("get sensor list num[%d]\n\r", g_count); in HWTEST_F() 319 for (int32_t i = 0; i < g_count; ++i) { in HWTEST_F() 345 int32_t ret = g_sensorDev->GetAllSensors(nullptr, &g_count); in HWTEST_F() 375 for (int32_t i = 0; i < g_count; i++) { in HWTEST_F() 439 for (int32_t i = 0; i < g_count; in HWTEST_F() [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | fnmatch1ndk32.cpp | 134 static int g_count = PARAM_0;
variable 140 g_count++;
in SignalHandler() 141 if (g_count > PARAM_1) {
in SignalHandler() 146 g_count = PARAM_0;
in SignalHandler()
|
/test/xts/acts/hiviewdfx/hicollietest/hicolliendktest/entry/src/main/cpp/ |
H A D | napi_init.cpp | 32 int g_count = 0; variable 98 if (g_count == 0) { in TestStuckDetection() 101 g_count++; in TestStuckDetection()
|
/test/xts/hats/hdf/sensor/hdiService_additional/ |
H A D | hdf_sensor_hdiService_test.cpp | 42 int32_t g_count = 0; member 71 int32_t ret = g_sensorDev->GetAllSensors(&g_sensorInfo, &g_count); in SetUpTestCase()
|
Completed in 8 milliseconds