Home | History | Annotate | Download | only in tsan

Lines Matching refs:pid_str

3602     char pid_str[100] = "";
3603 sprintf(pid_str, "%u", getpid());
3605 fname.replace(fname.find("%p"), 2, pid_str);