Home
last modified time | relevance | path

Searched refs:getpid (Results 1501 - 1525 of 1646) sorted by relevance

1...<<616263646566

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp107 std::string dirPath = "/proc/" + std::to_string(getpid()) + "/fd/"; in CountOpenFileDescriptors()
146 std::string dirPath = "/proc/" + std::to_string(getpid()) + "/fd/"; in CountOpenFileDescriptors()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp326 Memory::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 1, in OnAddSystemAbility()
575 Memory::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 0, DISTRIBUTED_KV_DATA_SERVICE_ABILITY_ID); in OnStop()
/third_party/alsa-lib/src/control/
H A Dcontrol.c299 pid = getpid(); in snd_ctl_async()
1415 err = snd_ctl_async(ctl, snd_async_handler_get_signo(h), getpid()); in snd_async_add_ctl_handler()
/third_party/libcoap/examples/
H A Dcoap-client.c25 #define getpid GetCurrentProcessId macro
1523 "/tmp/coap-client.%d", (int)getpid()); in get_session()
/third_party/mksh/
H A Dmain.c196 kshpid = procpid = getpid(); in chvt_reinit()
2017 (unsigned)mjd.sec % 60, (unsigned)getpid(), in DF()
/third_party/python/Modules/
H A D_asynciomodule.c271 /* On Windows there is no getpid, but there is also no os.fork(), in get_running_loop()
274 if (getpid() != ((PyRunningLoopHolder *)rl)->rl_pid) { in get_running_loop()
3274 rl->rl_pid = getpid(); in new_running_loop_holder()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp5434 int32_t clientPid = getpid(); in HWTEST()
5983 int32_t clientId = getpid(); in HWTEST()
6006 int32_t clientId = getpid(); in HWTEST()
6024 int32_t clientId = getpid(); in HWTEST()
6048 int32_t clientId = getpid(); in HWTEST()
6067 int32_t clientId = getpid(); in HWTEST()
6090 int32_t clientId = getpid(); in HWTEST()
/third_party/nghttp2/src/
H A Dshrpx.cc1656 log_config()->pid = getpid(); in fork_worker_process()
1803 mod_config()->pid = getpid(); in event_loop()
1938 config->pid = getpid(); in fill_default_config()
/third_party/rust/crates/nix/src/
H A Dunistd.rs191 #[doc(alias("getpid"))]
193 getpid() in this()
303 /// [getpid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html)).
308 pub fn getpid() -> Pid { in getpid() functions
309 Pid(unsafe { libc::getpid() }) in getpid()
313 /// [getpid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getppid.html)).
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp371 OnAddResSchedService(getpid()); in OnAddSystemAbility()
384 int pid = getpid(); in NotifyProcessStatus()
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_service_unit_test/src/
H A Daudio_policy_service_first_unit_test.cpp858 sinkInput.pid = getpid(); in HWTEST_F()
886 sinkInput.pid = getpid(); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp141 (void)audioGroupManager_->UnsetRingerModeCallback(getpid(), ringerModeCallback_); in ~SystemSoundManagerImpl()
198 audioGroupManager_->SetRingerModeCallback(getpid(), ringerModeCallback_); in InitRingerMode()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c2739 pid = getpid(); in cpuset_move()
2886 pid = getpid(); in cpuset_migrate()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c419 sprintf(buf, "fss%x", getpid()); in main()
520 kill(-getpid(), SIGTERM); in main()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c118 #define getpid() (0) macro
603 srandom(time((time_t*)NULL) ^ (getpid() << 16));
/third_party/python/Lib/
H A Dmailbox.py498 uniq = "%s.M%sP%sQ%s.%s" % (int(now), int(now % 1 * 1e6), os.getpid(),
2124 os.getpid()))
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp324 ConnectionManager::GetInstance().ReportConnectionLeakEvent(getpid(), gettid()); in OnStop()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability.cpp365 ConnectionManager::GetInstance().ReportConnectionLeakEvent(getpid(), gettid()); in OnStopCallback()
H A Dcj_ui_ability.cpp267 ConnectionManager::GetInstance().ReportConnectionLeakEvent(getpid(), gettid()); in OnStopCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp426 jsonTree->Put("ProcessID", getpid()); in GetInspectorInfo()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp322 ConnectionManager::GetInstance().ReportConnectionLeakEvent(getpid(), gettid()); in OnStopCallBack()
H A Djs_ui_extension_base.cpp297 ConnectionManager::GetInstance().ReportConnectionLeakEvent(getpid(), gettid()); in OnStopCallBack()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp1032 info->Put("processID", getpid()); in JSSendStateInfo()
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_stream_manager.cpp67 napiStreamMgr->cachedClientId_ = getpid(); in Construct()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp771 std::string strPid = std::to_string(getpid()); in SubScribeSystemAbility()

Completed in 87 milliseconds

1...<<616263646566