Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_dumper_test.c330 static int PlatformDumperTestThreadFunc(void *param) in PlatformDumperTestThreadFunc() function
385 … ret = OsalThreadCreate(&thread1, (OsalThreadEntry)PlatformDumperTestThreadFunc, (void *)&count1); in PlatformDumperTestMultiThread()
391 … ret = OsalThreadCreate(&thread2, (OsalThreadEntry)PlatformDumperTestThreadFunc, (void *)&count2); in PlatformDumperTestMultiThread()