MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zthr_create

Function zthr_create

freebsd/contrib/openzfs/module/zfs/zthr.c:270–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270zthr_t *
271zthr_create(const char *zthr_name, zthr_checkfunc_t *checkfunc,
272 zthr_func_t *func, void *arg)
273{
274 return (zthr_create_timer(zthr_name, checkfunc,
275 func, arg, (hrtime_t)0));
276}
277
278/*
279 * Create a zthr with specified maximum sleep time. If the time

Calls 1

zthr_create_timerFunction · 0.85

Tested by

no test coverage detected