/kernel/linux/linux-6.6/init/ |
H A D | main.c | 688 int pid; in rest_init() local 692 * We need to spawn init first so that it obtains pid 1, however in rest_init() 696 pid = user_mode_thread(kernel_init, NULL, CLONE_FS); in rest_init() 703 tsk = find_task_by_pid_ns(pid, &init_pid_ns); in rest_init() 709 pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES); in rest_init() 711 kthreadd_task = find_task_by_pid_ns(pid, &init_pid_ns); in rest_init()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | s390-cpumsf.c | 509 .pid = basic->hpp & S390_LPP_PID_MASK, in s390_cpumsf_make_event() 536 pr_debug4("%s pos:%#zx ip:%#" PRIx64 " P:%d CL:%d pid:%d.%d cpumode:%d cpu:%d\n", in s390_cpumsf_make_event() 537 __func__, pos, sample.ip, basic->P, basic->CL, sample.pid, in s390_cpumsf_make_event() 887 pid_t pid, pid_t tid, u64 ip, u64 timestamp) in s390_cpumsf_synth_error() 895 code, cpu, pid, tid, ip, msg, timestamp); in s390_cpumsf_synth_error() 907 sample->pid, sample->tid, 0, in s390_cpumsf_lost() 886 s390_cpumsf_synth_error(struct s390_cpumsf *sf, int code, int cpu, pid_t pid, pid_t tid, u64 ip, u64 timestamp) s390_cpumsf_synth_error() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_flowlabel.c | 109 put_pid(fl->owner.pid); in fl_free_rcu() 447 fl->owner.pid = get_task_pid(current, PIDTYPE_PID); in fl_create() 673 (fl1->owner.pid != fl->owner.pid)) || in ipv6_flowlabel_get() 849 pid_nr_ns(fl->owner.pid, state->pid_ns) : in ip6fl_seq_show()
|
/third_party/backends/backend/ |
H A D | cardscan.c | 441 SANE_Word vid, pid; in attach_one() local 478 sanei_usb_get_vendor_product(s->fd,&vid,&pid); in attach_one() 482 if(pid == 0x0005){ in attach_one() 485 else if(pid == 0x0002){ in attach_one() 495 if(pid == 0x6250){ in attach_one()
|
H A D | gt68xx_low.c | 831 int pid; in gt68xx_device_read_start_fork() local 850 pid = fork (); in gt68xx_device_read_start_fork() 851 if (pid == -1) in gt68xx_device_read_start_fork() 860 if (pid == 0) in gt68xx_device_read_start_fork() 869 dev->reader_pid = pid; in gt68xx_device_read_start_fork()
|
/third_party/node/src/ |
H A D | inspector_agent.cc | 154 static int GetDebugSignalHandlerMappingName(DWORD pid, wchar_t* buf, in GetDebugSignalHandlerMappingName() argument 156 return _snwprintf(buf, buf_len, L"node-debug-handler-%u", pid); in GetDebugSignalHandlerMappingName() 162 DWORD pid; in StartDebugSignalHandler() local 165 pid = uv_os_getpid(); in StartDebugSignalHandler() 167 if (GetDebugSignalHandlerMappingName(pid, in StartDebugSignalHandler()
|
/third_party/nghttp2/src/ |
H A D | shrpx_log.cc | 192 // Error log format: <datetime> <main-pid> <current-pid> in ~Log() 195 lgconf->tstamp->time_iso8601.c_str(), config->pid, lgconf->pid, in ~Log() 702 std::tie(p, last) = copy(lgsp.pid, p, last); in upstream_accesslog() 917 void log_chld(pid_t pid, int rstatus, const char *msg) { in log_chld() argument 933 LOG(NOTICE) << msg << ": [" << pid << "] exited " in log_chld()
|
/third_party/mksh/ |
H A D | check.pl | 552 $pid = fork; 553 if (!defined $pid) { 557 if (!$pid) { 618 $child_pid = $pid; 623 $xpid = waitpid($pid, 0);
|
/third_party/node/deps/uv/src/win/ |
H A D | process.c | 143 handle->pid = 0; in uv__process_init() 1121 process->pid = info.dwProcessId; in uv_spawn() 1145 /* Set IPC pid to all IPC pipes. */ in uv_spawn() 1258 int uv_kill(int pid, int signum) { in uv_kill() argument 1262 if (pid == 0) { in uv_kill() 1267 pid); in uv_kill()
|
/third_party/toybox/generated/ |
H A D | globals.h | 441 pid_t pid; member 460 pid_t pid, oldpid; member 636 pid_t pid; member 975 int pid, exit; // status? Stopped? Exited? member 989 pid_t pid; member
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | i_cast_session_impl.h | 66 virtual bool ReleaseSessionResources(pid_t pid) in ReleaseSessionResources() argument
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 123 * @param pid, pid input. 128 void ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo); 134 * @param info, pid, tid, needGc, needSnapshot
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service_param.h | 66 int32_t pid = 0L; member
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 45 MOCK_METHOD2(ScheduleHeapMemory, void(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/ |
H A D | app_mgr_client.cpp | 39 void AppMgrClient::GetRunningProcessInfoByPid(const pid_t pid, OHOS::AppExecFwk::RunningProcessInfo& info) const {} in GetRunningProcessInfoByPid() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 46 static bool IsResourceScheduleControlApp(int32_t pid);
|
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/ |
H A D | ecological_rule_mgr_service_param.h | 66 int32_t pid = 0L; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.h | 49 MemoryGraphic CountSubMem(int pid);
|
H A D | rs_sub_thread_manager.h | 48 std::vector<MemoryGraphic> CountSubMem(int pid);
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_utils.h | 51 GSError DumpToFileAsync(pid_t pid, std::string name, sptr<SurfaceBuffer> &buffer);
|
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_object_proxy.h | 71 std::string GetSessionNameForPidUid(uint32_t uid, uint32_t pid);
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_idle_detector.h | 77 pid_t pid, UIFWKType uiFwkType = UIFWKType::FROM_UNKNOWN);
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/ |
H A D | deferred_video_proc_session.h | 56 void CameraServerDied(pid_t pid);
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | mouse_location.h | 64 void ReportMouseLocationToListener(const std::string &networkId, const LocationInfo &locationInfo, int32_t pid);
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_plugin.h | 29 int32_t pid { -1 };
|