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()
138 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
143 (F("20110221-182000 D %s file:123: Debug message") % pid).str(), line); in ATF_TEST_CASE_BODY()
192 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
197 (F("20110319-114000 D %s file1:11: Debug 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
200 (F("20110319-114001 E %s file2:22: Error 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
203 (F("20110319-114002 I %s file3:33: Info 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
206 (F("20110319-114003 W %s file4:44: Warning 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
209 (F("20110319-114004 D %s file1:11: Debug 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
212 (F("20110319-114005 E %s file2:22: Error 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
215 (F("20110319-114006 I %s file3:33: Info 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
218 (F("20110319-114007 W %s file4:44: Warning 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
230 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
235 (F("20110319-114001 E %s file2:22: Error 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
238 (F("20110319-114005 E %s file2:22: Error 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
250 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
255 (F("20110319-114001 E %s file2:22: Error 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
258 (F("20110319-114002 I %s file3:33: Info 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
261 (F("20110319-114003 W %s file4:44: Warning 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
264 (F("20110319-114005 E %s file2:22: Error 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
267 (F("20110319-114006 I %s file3:33: Info 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
270 (F("20110319-114007 W %s file4:44: Warning 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
282 const pid_t pid = ::getpid(); in ATF_TEST_CASE_BODY() local
287 (F("20110319-114001 E %s file2:22: Error 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
290 (F("20110319-114003 W %s file4:44: Warning 1") % pid).str(), line); in ATF_TEST_CASE_BODY()
293 (F("20110319-114005 E %s file2:22: Error 2") % pid).str(), line); in ATF_TEST_CASE_BODY()
296 (F("20110319-114007 W %s file4:44: Warning 2") % pid).str(), line); in ATF_TEST_CASE_BODY()