Home
last modified time | relevance | path

Searched defs:tsd_get (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dtsd_tls.h42 tsd_get(UNUSED bool init) { in tsd_get() function
H A Dtsd_malloc_thread_cleanup.h49 tsd_get(bool init) { in tsd_get() function
H A Dtsd_win.h118 tsd_get(bool init) { in tsd_get() function
H A Dtsd_generic.h136 tsd_get(bool init) { in tsd_get() function
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h42 tsd_get(UNUSED bool init) { in tsd_get() function
H A Dtsd_malloc_thread_cleanup.h49 tsd_get(bool init) { in tsd_get() function
H A Dtsd_win.h118 tsd_get(bool init) { in tsd_get() function
H A Dtsd_generic.h136 tsd_get(bool init) { in tsd_get() function
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_context.h148 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
/netbsd/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h351 #define tsd_get(k) pthread_getspecific(k) macro