/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/ |
H A D | scene_adapter.cpp | 109 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 D | thread_container.cpp | 36 ioThread = TaskRunnerAdapterFactory::Create(false, namePrefix + ".io"); in ThreadContainer()
|
H A D | thread_container.h | 40 RefPtr<TaskRunnerAdapter> ioThread; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/task/ |
H A D | thread_test.cpp | 260 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 D | usbhost_sdkraw_speed.h | 128 struct OsalThread ioThread; member
|
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/include/ |
H A D | usbhost_sdkraw_speed.h | 123 struct OsalThread ioThread; member
|
/ohos5.0/drivers/peripheral/usb/serial/include/ |
H A D | usb_serial_rawapi.h | 137 struct OsalThread ioThread; member
|
/ohos5.0/drivers/peripheral/usb/net/include/ |
H A D | usb_net_host.h | 136 struct OsalThread ioThread; member
|
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_raw_sdk_if_test.h | 113 struct OsalThread ioThread; member
|
H A D | usb_raw_sdk_if_test_io.cpp | 100 ret = OsalThreadCreate(&acm->ioThread, \ in UsbStartIo() 107 ret = OsalThreadStart(&acm->ioThread, &threadCfg); in UsbStartIo() 125 ret = OsalThreadDestroy(&acm->ioThread); in UsbStopIo()
|
H A D | usb_raw_sdk_if_test.cpp | 101 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 D | usbhost_sdkraw_speed.c | 133 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 D | usbhost_sdkraw_speed.c | 128 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 D | usb_raw_io.c | 94 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 D | usb_net_host.c | 669 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 D | usb_serial_rawapi.c | 96 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 D | usb_raw_test.h | 248 struct OsalThread ioThread; member
|