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

  /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 238 * (via _rtld_tls_allocate).
286 * _rtld_tls_allocate()
294 _rtld_tls_allocate(void) function in typeref:struct:tls_tcb *
309 * Free a TCB allocated with _rtld_tls_allocate.

Completed in 11 milliseconds