| 275 | } |
| 276 | |
| 277 | static __inline void |
| 278 | _ng_hook_force_writer(hook_p hook, char * file, int line) |
| 279 | { |
| 280 | _chkhook(hook, file, line); |
| 281 | _NG_HOOK_FORCE_WRITER(hook); |
| 282 | } |
| 283 | |
| 284 | static __inline void |
| 285 | _ng_hook_force_queue(hook_p hook, char * file, int line) |
nothing calls this directly
no test coverage detected