| 193 | } |
| 194 | |
| 195 | static void* RunOnComplete(void* arg) { |
| 196 | static_cast<ParallelChannelDone*>(arg)->OnComplete(); |
| 197 | return NULL; |
| 198 | } |
| 199 | |
| 200 | // For otherwhere to know if they're in the same thread. |
| 201 | void SaveThreadInfoOfCallsite() { |
nothing calls this directly
no test coverage detected