Home
last modified time | relevance | path

Searched refs:prctl (Results 1 - 25 of 55) sorted by relevance

123

/foundation/resourceschedule/ffrt/src/eu/
H A Dblockaware.h21 #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 Dtask_executor.cpp16 #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 Dinject_thread.cpp18 #include <sys/prctl.h>
28 prctl(PR_SET_NAME, "mmi-inject"); in InjectFunc()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddcamera_service_state_listener.cpp26 #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 Dmmi_adapter.cpp20 #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 Dgraphics_task.cpp20 #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 Dsys_common_header.h34 #include <sys/prctl.h>
H A Dsys_util.c127 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 Dipc_workthread.cpp22 #include <sys/prctl.h>
119 int32_t ret = prctl(PR_SET_NAME, threadName.c_str()); in ThreadHandler()
H A Dipc_thread_skeleton.cpp20 #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 Dthread_linux.c21 #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 Ddcamera_stream_data_process_producer.cpp28 #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 Dsoftbus_adapter.cpp18 #include <sys/prctl.h>
53 prctl(PR_SET_NAME, SOFTBUS_ADAPTER.c_str()); in StartEvent()
/foundation/resourceschedule/ffrt/src/sync/
H A Ddelayed_worker.cpp20 #include <sys/prctl.h>
47 prctl(PR_SET_NAME, DELAYED_WORKER_NAME); in ThreadInit()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp16 #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 Ddcamera_pipeline_source.cpp24 #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 Ddcamera_sink_data_process.cpp26 #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 Dfillp_os.c126 (void)prctl(PR_SET_NAME, name); in SysSetThreadName()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.h21 #include <sys/prctl.h>
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_thread.cpp29 #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 Dbasic_tdd_test.cpp17 #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 Dmessage_looper.cpp23 #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 Dwifi_hal_module_manage.c23 #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 Difeeding_smoother.cpp17 #include <sys/prctl.h>
70 prctl(PR_SET_NAME, LOOPER_SMOOTH.c_str()); in LooperSmooth()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_executor_impl.cpp20 #include <sys/prctl.h>
318 if (prctl(PR_GET_NAME, threadNameBuf) < 0) { in FillTaskTypeTable()

Completed in 11 milliseconds

123