Home
last modified time | relevance | path

Searched refs:spin_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Dspin.h8 } spin_t; typedef
21 spin_adaptive(spin_t *spin) { in spin_adaptive()
/netbsd-src/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dspin.h8 } spin_t; typedef
21 spin_adaptive(spin_t *spin) { in spin_adaptive()
/netbsd-src/external/bsd/jemalloc/dist/test/unit/
H A Dspin.c6 spin_t spinner = SPIN_INITIALIZER; in TEST_BEGIN()