| 677 | } |
| 678 | |
| 679 | static void |
| 680 | thread_reap_task_cb(void *arg __unused, int pending __unused) |
| 681 | { |
| 682 | |
| 683 | thread_reap_all(); |
| 684 | } |
| 685 | |
| 686 | static void |
| 687 | thread_reap_callout_cb(void *arg __unused) |
nothing calls this directly
no test coverage detected