Lines Matching refs:pid
109 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
114 (F("20110221-181000 D %s f1:1: Debug message") % pid).str(), line); in ATF_TEST_CASE_BODY()
117 (F("20110221-181001 E %s f2:2: Error message") % pid).str(), line); in ATF_TEST_CASE_BODY()
120 (F("20110221-181002 I %s f3:3: Info message") % pid).str(), line); in ATF_TEST_CASE_BODY()
123 (F("20110221-181003 W %s f4:4: Warning message") % pid).str(), line); in ATF_TEST_CASE_BODY()
140 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
145 (F("20110221-182000 D %s file:123: Debug message") % pid).str(), line); in ATF_TEST_CASE_BODY()
160 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
165 (F("20110221-182000 D %s file:123: Debug message") % pid).str(), line); in ATF_TEST_CASE_BODY()
214 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
219 (F("20110319-114000 D %s file1:11: Debug 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
222 (F("20110319-114001 E %s file2:22: Error 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
225 (F("20110319-114002 I %s file3:33: Info 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
228 (F("20110319-114003 W %s file4:44: Warning 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
231 (F("20110319-114004 D %s file1:11: Debug 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
234 (F("20110319-114005 E %s file2:22: Error 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
237 (F("20110319-114006 I %s file3:33: Info 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
240 (F("20110319-114007 W %s file4:44: Warning 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
252 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
257 (F("20110319-114001 E %s file2:22: Error 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
260 (F("20110319-114005 E %s file2:22: Error 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
272 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
277 (F("20110319-114001 E %s file2:22: Error 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
280 (F("20110319-114002 I %s file3:33: Info 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
283 (F("20110319-114003 W %s file4:44: Warning 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
286 (F("20110319-114005 E %s file2:22: Error 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
289 (F("20110319-114006 I %s file3:33: Info 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
292 (F("20110319-114007 W %s file4:44: Warning 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
304 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
309 (F("20110319-114001 E %s file2:22: Error 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
312 (F("20110319-114003 W %s file4:44: Warning 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
315 (F("20110319-114005 E %s file2:22: Error 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
318 (F("20110319-114007 W %s file4:44: Warning 2") % pid).str(), line); in ATF_TEST_CASE_BODY()