| 342 | } |
| 343 | |
| 344 | const char* GetProgramName() { |
| 345 | pthread_once(&create_program_name_once, CreateProgramName); |
| 346 | return s_program_name; |
| 347 | } |
| 348 | |
| 349 | static pthread_once_t create_program_path_once = PTHREAD_ONCE_INIT; |
| 350 | static const char* s_program_path = "unknown"; |
no outgoing calls
no test coverage detected