HomeSort by: relevance | last modified time | path
    Searched refs:_rtld_tls_allocate (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
tls.h 55 struct tls_tcb *_rtld_tls_allocate(void);
  /src/usr.bin/ldd/elf32/
Makefile 9 _rtld_tls_allocate \
  /src/usr.bin/ldd/elf64/
Makefile 35 _rtld_tls_allocate \
  /src/lib/libc/tls/
tls.c 37 #define _rtld_tls_allocate __libc_rtld_tls_allocate macro
81 __weak_alias(_rtld_tls_allocate, __libc_rtld_tls_allocate)
84 _rtld_tls_allocate(void)
178 tcb = _rtld_tls_allocate();
  /src/libexec/ld.elf_so/
tls.c 241 * (via _rtld_tls_allocate).
293 * _rtld_tls_allocate()
301 _rtld_tls_allocate(void) function in typeref:struct:tls_tcb *
316 * Free a TCB allocated with _rtld_tls_allocate.
  /src/lib/libpthread/
pthread.c 537 private_area = newthread->pt_tls = _rtld_tls_allocate();

Completed in 14 milliseconds