| 195 | } |
| 196 | |
| 197 | bool utils::IsTaihenLoaded() |
| 198 | { |
| 199 | int sarg[2]; |
| 200 | return (_vshKernelSearchModuleByName("taihen", sarg) > 0); |
| 201 | } |
| 202 | |
| 203 | utils::TimeoutID utils::SetTimeout(TimeoutFunc func, float timeoutMs, void *userdata1, void *userdata2) |
| 204 | { |
nothing calls this directly
no outgoing calls
no test coverage detected