/foundation/multimedia/image_framework/mock/native/src/ |
H A D | rwlock.cpp | 28 if (std::this_thread::get_id() != writeThreadID_) { in LockRead() 50 if (std::this_thread::get_id() != writeThreadID_) { in UnLockRead() 58 if (std::this_thread::get_id() != writeThreadID_) { in LockWrite() 69 writeThreadID_ = std::this_thread::get_id(); in LockWrite() 75 if (std::this_thread::get_id() != writeThreadID_) { in UnLockWrite()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | thread_local_data.h | 67 auto it = dataMap_.find(std::this_thread::get_id()); in Current() 78 dataMap_[std::this_thread::get_id()] = data; in Save() 84 (void)dataMap_.erase(std::this_thread::get_id()); in Discard()
|
H A D | event_runner.cpp | 72 auto threadId = std::this_thread::get_id(); in ReclaimCurrentThread() 106 auto threadId = thread->get_id(); in Deposit() 314 threadId_ = std::this_thread::get_id(); 554 return std::this_thread::get_id() == innerRunner_->GetThreadId(); in IsCurrentRunnerThread()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | task_queue.cpp | 37 std::thread::id thisId = std::this_thread::get_id(); in GetTaskAutoLock() 61 if (lockThread_ == std::this_thread::get_id()) { in ReleaseLock()
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | rcar3.c | 101 .get_id = usbhs_get_id_as_gadget, 113 .get_id = usbhs_get_id_as_gadget,
|
H A D | rza.c | 51 .get_id = usbhs_get_id_as_gadget,
|
H A D | rza2.c | 67 .get_id = usbhs_get_id_as_gadget,
|
H A D | rcar2.c | 69 .get_id = usbhs_get_id_as_gadget,
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | rcar3.c | 101 .get_id = usbhs_get_id_as_gadget, 113 .get_id = usbhs_get_id_as_gadget,
|
H A D | rza.c | 51 .get_id = usbhs_get_id_as_gadget,
|
H A D | rza2.c | 66 .get_id = usbhs_get_id_as_gadget,
|
H A D | rcar2.c | 69 .get_id = usbhs_get_id_as_gadget,
|
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 38 static int get_id(void) in get_id() function 154 id = get_id(); in TEST_F() 218 id = get_id(); in TEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_canvas_node_cmd_test.cpp | 148 std::thread::id thisThreadId = std::this_thread::get_id(); in HWTEST_F() 157 std::thread::id threadId = std::this_thread::get_id(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_canvas_node_command_test.cpp | 107 std::thread::id thisThreadId = std::this_thread::get_id(); in HWTEST_F() 116 std::thread::id threadId = std::this_thread::get_id(); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce.h | 79 int (*get_id)(struct iforce *iforce, u8 id, member 118 return iforce->xport_ops->get_id(iforce, id, in iforce_get_id_packet()
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce.h | 79 int (*get_id)(struct iforce *iforce, u8 id, member 118 return iforce->xport_ops->get_id(iforce, id, in iforce_get_id_packet()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | task_executor_impl.cpp | 278 if (itSync->second == std::this_thread::get_id()) { in OnPreSyncTask() 280 ACE_DCHECK(itSync->second != std::this_thread::get_id() && "DEAD LOCK HAPPENED !!!"); in OnPreSyncTask() 287 syncTaskTable_.emplace(std::this_thread::get_id(), it->second.threadId); in OnPreSyncTask() 294 syncTaskTable_.erase(std::this_thread::get_id()); in OnPostSyncTask() 330 .threadId = std::this_thread::get_id(), in FillTaskTypeTable()
|
/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_remote_object_holder.cpp | 41 jsThreadId_ = std::this_thread::get_id();
in NAPIRemoteObjectHolder() 106 if (jsThreadId_ == std::this_thread::get_id()) {
in ~NAPIRemoteObjectHolder()
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_dependency.cpp | 76 printf("id is %" PRIu64 "\n", ffrt::this_task::get_id()); in HWTEST_F() 120 printf("id is %" PRIu64 "\n", ffrt::this_task::get_id()); in HWTEST_F() 146 printf("id is %" PRIu64 "\n", ffrt::this_task::get_id()); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | pti.c | 215 * get_id()- Allocate a master and channel ID. 233 static struct pti_masterchannel *get_id(u8 *id_array, in get_id() function 306 mc = get_id(drv_data->ia_app, MAX_APP_IDS, in pti_request_masterchannel() 311 mc = get_id(drv_data->ia_os, MAX_OS_IDS, in pti_request_masterchannel() 316 mc = get_id(drv_data->ia_modem, MAX_MODEM_IDS, in pti_request_masterchannel()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | renesas_usbhs.h | 28 * it will be return value from get_id 79 int (*get_id)(struct platform_device *pdev); member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | renesas_usbhs.h | 28 * it will be return value from get_id 79 int (*get_id)(struct platform_device *pdev); member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/ |
H A D | rs_recording_thread.cpp | 167 RSMarshallingHelper::BeginNoSharedMem(std::this_thread::get_id()); in FinishRecordingOneFrameTask() 221 RSMarshallingHelper::BeginNoSharedMem(std::this_thread::get_id()); in RecordingToFile()
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | task_queue.cpp | 57 if (std::this_thread::get_id() == thread_->get_id()) {
|