| 1695 | #endif |
| 1696 | |
| 1697 | static int |
| 1698 | prof_getpid(void) { |
| 1699 | #ifdef _WIN32 |
| 1700 | return GetCurrentProcessId(); |
| 1701 | #else |
| 1702 | return getpid(); |
| 1703 | #endif |
| 1704 | } |
| 1705 | |
| 1706 | static bool |
| 1707 | prof_dump_maps(bool propagate_err) { |
no outgoing calls
no test coverage detected