| 1066 | |
| 1067 | |
| 1068 | static void *csl3ThreadLoop(void *unusedArg) |
| 1069 | { |
| 1070 | while (1) { gCSL3StateMachine.csl3ServiceLoop(); } |
| 1071 | return NULL; |
| 1072 | } |
| 1073 | |
| 1074 | void CSL3StateMachine::csl3Start() |
| 1075 | { |
nothing calls this directly
no test coverage detected