| 106 | } |
| 107 | |
| 108 | static void *reap_thread_fn1(void *data) |
| 109 | { |
| 110 | thread_ret1 = __reap_thread_fn(data); |
| 111 | return NULL; |
| 112 | } |
| 113 | |
| 114 | /* |
| 115 | * This is to test issuing a sqe in main thread and reaping it in two child-thread |
nothing calls this directly
no test coverage detected