Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdlib/
H A Ddmalloc.c306 static pthread_key_t thread_malloc_key; variable
445 pthread_setspecific(thread_malloc_key, &slglobal); in _nmalloc_thr_init()
477 pthread_key_create(&thread_malloc_key, _nmalloc_thr_destructor); in _nmalloc_thr_init_once()