Home
last modified time | relevance | path

Searched defs:tsd_create (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtsd.h39 #define tsd_create(kp, d) pthread_key_create((pthread_key_t *)kp, d) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h52 #define tsd_create(keyp, destructor) do { \ macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c569 tsd_create(uint_t *keyp, dtor_func_t dtor) in tsd_create() function