/foundation/resourceschedule/ffrt/src/eu/ |
H A D | blockaware.h | 21 #include <sys/prctl.h> 188 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_INIT, reinterpret_cast<unsigned long>(keyPtr)); in BlockawareInit() 195 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_REG, static_cast<unsigned long>(domain)); in BlockawareRegister() 202 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_UNREG); in BlockawareUnregister() 239 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_WAIT, reinterpret_cast<unsigned long>(cond)); in BlockawareWaitCond() 245 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_WAKE); in BlockawareWake() 251 int rc = prctl(HM_PR_SILK_BLOCKAWARE_OPS, BLOCKAWARE_SUBOPS_MONITORFD, in BlockawareMonitorfd()
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | task_executor.cpp | 16 #include <sys/prctl.h> 64 prctl(PR_SET_NAME, reinterpret_cast<unsigned long>(executor->threadName_.c_str()), 0, 0, 0); in ExecuteInThread()
|
/foundation/multimodalinput/input/uinput/ |
H A D | inject_thread.cpp | 18 #include <sys/prctl.h> 28 prctl(PR_SET_NAME, "mmi-inject"); in InjectFunc()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
H A D | dcamera_service_state_listener.cpp | 26 #include <sys/prctl.h> 59 prctl(PR_SET_NAME, REGISTER_SERVICE_NOTIFY.c_str()); in OnRegisterNotify() 99 prctl(PR_SET_NAME, UNREGISTER_SERVICE_NOTIFY.c_str()); in OnUnregisterNotify()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/ |
H A D | mmi_adapter.cpp | 20 #include <sys/prctl.h> 55 prctl(PR_SET_NAME, MMI_ADAPTER.c_str()); in StartEvent()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | graphics_task.cpp | 20 #include <sys/prctl.h> 148 prctl(PR_SET_NAME, "Engine Service Lume", 0, 0, 0); in SetName()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_common_header.h | 34 #include <sys/prctl.h>
|
H A D | sys_util.c | 127 if (prctl(PR_SET_NAME, name) < 0) { in SetThreadName() 128 LOGE(TAG, "prctl errno %d", errno); in SetThreadName()
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_workthread.cpp | 22 #include <sys/prctl.h> 119 int32_t ret = prctl(PR_SET_NAME, threadName.c_str()); in ThreadHandler()
|
H A D | ipc_thread_skeleton.cpp | 20 #include <sys/prctl.h> 141 auto ret = prctl(PR_GET_NAME, name); in IPCThreadSkeleton()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
H A D | thread_linux.c | 21 #include <sys/prctl.h> 72 prctl(PR_SET_NAME, startPromise->name); in ThreadStartFunc()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_stream_data_process_producer.cpp | 28 #include <sys/prctl.h> 138 prctl(PR_SET_NAME, SOURCE_START_EVENT.c_str()); in StartEvent() 151 prctl(PR_SET_NAME, name.c_str()); in LooperSnapShot()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/ |
H A D | softbus_adapter.cpp | 18 #include <sys/prctl.h> 53 prctl(PR_SET_NAME, SOFTBUS_ADAPTER.c_str()); in StartEvent()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | delayed_worker.cpp | 20 #include <sys/prctl.h> 47 prctl(PR_SET_NAME, DELAYED_WORKER_NAME); in ThreadInit()
|
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | main.cpp | 16 #include <sys/prctl.h> 99 int32_t ret = prctl(PR_SET_NAME, profileName.c_str()); in SetProcName() 101 HILOGI(TAG, "call the system API prctl failed!"); in SetProcName()
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/ |
H A D | dcamera_pipeline_source.cpp | 24 #include <sys/prctl.h> 96 prctl(PR_SET_NAME, PIPELINE_SRC_EVENT.c_str()); in StartEventHandler()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_data_process.cpp | 26 #include <sys/prctl.h> 61 prctl(PR_SET_NAME, SINK_START_EVENT.c_str()); in StartEventHandler()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | fillp_os.c | 126 (void)prctl(PR_SET_NAME, name); in SysSetThreadName()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | video_view.h | 21 #include <sys/prctl.h>
|
/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_thread.cpp | 29 #include <sys/prctl.h> 89 prctl(PR_SET_NAME, UI_TASK_THREAD_NAME); in UITaskPost()
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.cpp | 17 #include <sys/prctl.h> 294 prctl(PR_SET_NAME, "TickTask"); in TickHandler()
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
H A D | message_looper.cpp | 23 #include <sys/prctl.h> 186 prctl(PR_SET_NAME, m_name.c_str(), 0, 0, 0); in QueueHandlr()
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_module_manage.c | 23 #include <sys/prctl.h> 143 prctl(PR_SET_PDEATHSIG, SIGKILL); in StartModuleInternal()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/ |
H A D | ifeeding_smoother.cpp | 17 #include <sys/prctl.h> 70 prctl(PR_SET_NAME, LOOPER_SMOOTH.c_str()); in LooperSmooth()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | task_executor_impl.cpp | 20 #include <sys/prctl.h> 318 if (prctl(PR_GET_NAME, threadNameBuf) < 0) { in FillTaskTypeTable()
|