MCPcopy Create free account
hub / github.com/axboe/liburing / reap_thread_fn1

Function reap_thread_fn1

test/timeout-new.c:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108static 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

Callers

nothing calls this directly

Calls 1

__reap_thread_fnFunction · 0.85

Tested by

no test coverage detected