| 155 | } |
| 156 | |
| 157 | void InitUserCodeBackupPoolOnceOrDie() { |
| 158 | pthread_once(&s_usercode_init, InitUserCodeBackupPool); |
| 159 | } |
| 160 | |
| 161 | void EndRunningUserCodeInPool(void (*fn)(void*), void* arg) { |
| 162 | InitUserCodeBackupPoolOnceOrDie(); |
no outgoing calls
no test coverage detected