Home
last modified time | relevance | path

Searched refs:pid_str (Results 1 – 2 of 2) sorted by relevance

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_pid.c375 char pid_str[64] = {0}; in proc_pid() local
378 rt_snprintf(pid_str, 64, "%d", pid); in proc_pid()
379 pid_str[63] = 0; in proc_pid()
381 dentry = proc_mkdir(pid_str, 0); in proc_pid()
/components/lwp/
A Dlwp_pid.c215 char pid_str[64] = {0}; in _free_proc_dentry() local
217 rt_snprintf(pid_str, 64, "%d", lwp->pid); in _free_proc_dentry()
218 pid_str[63] = 0; in _free_proc_dentry()
219 proc_remove_dentry(pid_str, 0); in _free_proc_dentry()

Completed in 6 milliseconds