| 185 | |
| 186 | #ifdef GEN_LOCK_T_PREFERED |
| 187 | void lock_cleanup(void) |
| 188 | { |
| 189 | /* must check if someone uses them, for now just leave them allocated*/ |
| 190 | if (timer_group_lock) shm_free((void*)timer_group_lock); |
| 191 | } |
| 192 | |
| 193 | #else |
| 194 |
no test coverage detected