Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1450 static int GetStatusFileDescriptor(unsigned int parent_process_id, in GetStatusFileDescriptor() argument
1455 parent_process_id)); in GetStatusFileDescriptor()
1458 StreamableToString(parent_process_id)); in GetStatusFileDescriptor()
1481 StreamableToString(parent_process_id)); in GetStatusFileDescriptor()
1495 StreamableToString(parent_process_id)); in GetStatusFileDescriptor()
1530 unsigned int parent_process_id = 0; in ParseInternalRunDeathTestFlag() local
1537 || !ParseNaturalNumber(fields[3], &parent_process_id) in ParseInternalRunDeathTestFlag()
1543 write_fd = GetStatusFileDescriptor(parent_process_id, in ParseInternalRunDeathTestFlag()