Called in global.cpp
| 168 | } |
| 169 | // Called in global.cpp |
| 170 | int InitCommonStrings() { |
| 171 | return pthread_once(&g_common_strings_once, CreateCommonStrings); |
| 172 | } |
| 173 | static const int ALLOW_UNUSED force_creation_of_common = InitCommonStrings(); |
| 174 | const CommonStrings* get_common_strings() { return common; } |
| 175 |
no outgoing calls
no test coverage detected