Home
last modified time | relevance | path

Searched defs:tsd_set (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h49 tsd_set(tsd_t *val) { in tsd_set() function
H A Dtsd_malloc_thread_cleanup.h55 tsd_set(tsd_t *val) { in tsd_set() function
H A Dtsd_generic.h154 tsd_set(tsd_t *val) { in tsd_set() function
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h58 #define tsd_set(key, value) osd_thread_set(curthread, (key), (value)) macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c459 tsd_set(uint_t key, void *value) in tsd_set() function