Lines Matching defs:pid
104 pid_t pid = getpid();
114 if (pid == getpid()) { // 主进程进行处理
121 APPSPAWN_LOGV("Save nwebspawn pid: %{public}d %{public}d", info->pid, serverId_);
122 appPid_.store(info->pid);
128 if (pid != getpid()) { // 子进程退出
386 int TestConnection::SendResponse(const AppSpawnMsg *msg, int result, pid_t pid)
388 APPSPAWN_LOGV("SendResponse result: %{public}d pid: %{public}d", result, pid);
395 buffer->result.pid = pid;