Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp109 META_NS::ITaskQueue::Ptr ioThread; variable
209 ioThread = tr.GetTaskQueue(IO_QUEUE); in InitEngine()
210 if (!ioThread) { in InitEngine()
211 ioThread = obr.Create<META_NS::ITaskQueue>(META_NS::ClassId::ThreadedTaskQueue); in InitEngine()
212 tr.RegisterTaskQueue(ioThread, IO_QUEUE); in InitEngine()
377 auto ioThread = META_NS::GetTaskQueueRegistry().GetTaskQueue(IO_QUEUE); in DeinitRenderThread() local
409 ioThread.reset(); in DeinitRenderThread()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dthread_container.cpp36 ioThread = TaskRunnerAdapterFactory::Create(false, namePrefix + ".io"); in ThreadContainer()
H A Dthread_container.h40 RefPtr<TaskRunnerAdapter> ioThread; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/task/
H A Dthread_test.cpp260 threadContainer.ioThread = TaskRunnerAdapterFactory::Create(false, THREAD_FOURTH);
360 threadContainer.ioThread = TaskRunnerAdapterFactory::Create(false, THREAD_FOURTH);
/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h128 struct OsalThread ioThread; member
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkraw_speed.h123 struct OsalThread ioThread; member
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h137 struct OsalThread ioThread; member
/ohos5.0/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h136 struct OsalThread ioThread; member
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h113 struct OsalThread ioThread; member
H A Dusb_raw_sdk_if_test_io.cpp100 ret = OsalThreadCreate(&acm->ioThread, \ in UsbStartIo()
107 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
125 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
H A Dusb_raw_sdk_if_test.cpp101 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
107 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
125 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c133 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
139 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
186 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c128 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
134 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
181 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c94 ret = OsalThreadCreate(&g_acm->ioThread, \ in UsbStartIo()
101 ret = OsalThreadStart(&g_acm->ioThread, &threadCfg); in UsbStartIo()
115 ret = OsalThreadDestroy(&g_acm->ioThread); in UsbStopIo()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c669 ret = OsalThreadCreate(&usbNet->ioThread, (OsalThreadEntry)UsbIoThread, (void *)usbNet); in UsbStartIo()
675 ret = OsalThreadStart(&usbNet->ioThread, &threadCfg); in UsbStartIo()
706 ret = OsalThreadDestroy(&usbNet->ioThread); in UsbStopIo()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c96 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
102 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo()
134 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h248 struct OsalThread ioThread; member