Home
last modified time | relevance | path

Searched refs:g_thread (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/usb/sample/device/linux/
H A Dacm_test.c39 static struct OsalThread g_thread; variable
105 ret = OsalThreadCreate(&g_thread, (OsalThreadEntry)ReadThread, NULL); in StartThreadRead()
111 ret = OsalThreadStart(&g_thread, &threadCfg); in StartThreadRead()
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dosal_all_test.c60 OSAL_DECLARE_THREAD(g_thread); variable
456 ret = OsalThreadCreate(&g_thread, (OsalThreadEntry)ThreadTest, (void *)&para); in OsaThreadTest1()
458 ret = OsalThreadStart(&g_thread, &threadCfg); in OsaThreadTest1()
716 OsalThreadDestroy(&g_thread); in OsaTestEnd()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c585 struct OsalThread g_thread; variable
598 ret = OsalThreadCreate(&g_thread, (OsalThreadEntry)SpeedThread, port); in StartThreadSpeed()
604 ret = OsalThreadStart(&g_thread, &threadCfg); in StartThreadSpeed()

Completed in 5 milliseconds