Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Di2c_test.c220 static int I2cTestThreadFunc(void *param) in I2cTestThreadFunc() function
295 ret = OsalThreadCreate(&thread1, (OsalThreadEntry)I2cTestThreadFunc, (void *)&count1); in I2cTestMultiThread()
301 ret = OsalThreadCreate(&thread2, (OsalThreadEntry)I2cTestThreadFunc, (void *)&count2); in I2cTestMultiThread()