HomeSort by: relevance | last modified time | path
    Searched defs:tsd_set (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 55 tsd_set(tsd_t *val) { function
tsd_tls.h 49 tsd_set(tsd_t *val) { function
tsd_win.h 130 tsd_set(tsd_t *val) { function
tsd_generic.h 173 tsd_set(tsd_t *val) { function
  /src/external/bsd/jemalloc/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 55 tsd_set(tsd_t *val) { function
tsd_tls.h 49 tsd_set(tsd_t *val) { function
tsd_win.h 130 tsd_set(tsd_t *val) { function
tsd_generic.h 173 tsd_set(tsd_t *val) { function
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 54 tsd_set(tsd_t *val) { function
tsd_tls.h 48 tsd_set(tsd_t *val) { function
tsd_win.h 130 tsd_set(tsd_t *val) { function
tsd_generic.h 148 tsd_set(tsd_t *val) { function
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 54 tsd_set(tsd_t *val) { function
tsd_tls.h 48 tsd_set(tsd_t *val) { function
tsd_win.h 130 tsd_set(tsd_t *val) { function
tsd_generic.h 148 tsd_set(tsd_t *val) { function
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_context.h 149 #define tsd_set(key, value) osd_thread_set(curthread, (key), (value)) macro
211 tsd_set(uint_t key, void *value) function
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 352 #define tsd_set(k, v) pthread_setspecific(k, v) macro

Completed in 27 milliseconds