| 733 | void BackgroundThreadMain(); |
| 734 | |
| 735 | static void BackgroundThreadEntryPoint(PosixEnv* env) { |
| 736 | env->BackgroundThreadMain(); |
| 737 | } |
| 738 | |
| 739 | // Stores the work item data in a Schedule() call. |
| 740 | // |
nothing calls this directly
no test coverage detected