| 1416 | #endif |
| 1417 | |
| 1418 | static int |
| 1419 | prof_getpid(void) { |
| 1420 | #ifdef _WIN32 |
| 1421 | return GetCurrentProcessId(); |
| 1422 | #else |
| 1423 | return getpid(); |
| 1424 | #endif |
| 1425 | } |
| 1426 | |
| 1427 | static bool |
| 1428 | prof_dump_maps(bool propagate_err) { |
no outgoing calls
no test coverage detected