Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h152 extern int *_elf_libc_threaded;
153 #define elf_threaded (_elf_libc_threaded && *_elf_libc_threaded)
H A Ddata.c72 int *_elf_libc_threaded = &__libc_threaded; variable