HomeSort by: relevance | last modified time | path
    Searched refs:tsd_get (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 51 tsd_get(bool init) { function
tsd_tls.h 44 tsd_get(bool init) { function
tsd_win.h 118 tsd_get(bool init) { function
tsd_generic.h 161 tsd_get(bool init) { function
jemalloc_internal_inlines_c.h 264 tsd_t *tsd = tsd_get(false);
tsd.h 302 * tsd_boot1, tsd_boot, tsd_booted_get, tsd_get_allocates, tsd_get, and tsd_set.
415 tsd_t *tsd = tsd_get(init);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 51 tsd_get(bool init) { function
tsd_tls.h 44 tsd_get(bool init) { function
tsd_win.h 118 tsd_get(bool init) { function
tsd_generic.h 161 tsd_get(bool init) { function
jemalloc_internal_inlines_c.h 264 tsd_t *tsd = tsd_get(false);
tsd.h 302 * tsd_boot1, tsd_boot, tsd_booted_get, tsd_get_allocates, tsd_get, and tsd_set.
415 tsd_t *tsd = tsd_get(init);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 49 tsd_get(bool init) { function
tsd_tls.h 42 tsd_get(UNUSED bool init) { function
tsd_generic.h 136 tsd_get(bool init) { function
tsd_win.h 118 tsd_get(bool init) { function
tsd.h 165 * tsd_boot1, tsd_boot, tsd_booted_get, tsd_get_allocates, tsd_get, and tsd_set.
257 tsd_t *tsd = tsd_get(init);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 49 tsd_get(bool init) { function
tsd_tls.h 42 tsd_get(UNUSED bool init) { function
tsd_generic.h 136 tsd_get(bool init) { function
tsd_win.h 118 tsd_get(bool init) { function
tsd.h 165 * tsd_boot1, tsd_boot, tsd_booted_get, tsd_get_allocates, tsd_get, and tsd_set.
257 tsd_t *tsd = tsd_get(init);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
rrwlock.c 91 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) {
108 rn->rn_next = tsd_get(rrw_tsd_key);
126 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) {
zfs_log.c 484 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_context.h 148 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
204 tsd_get(uint_t key) function

Completed in 55 milliseconds

1 2