Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h161 #define elf_threaded (_elf_libc_threaded && *_elf_libc_threaded) macro
167 if (elf_threaded) \
175 if (elf_threaded) \
186 if (elf_threaded) { \
200 if (elf_threaded) { \
213 if (elf_threaded) { \
225 if (elf_threaded) { \
360 if (elf_threaded) \
368 if (elf_threaded) \
376 if (elf_threaded) \
[all …]
H A Dgetdata.c120 assert(!elf_threaded || RW_LOCK_HELD(&(scn->s_elf->ed_rwlock))); in _elf_locked_getdata()
121 assert(!elf_threaded || MUTEX_HELD(&(scn->s_mutex))); in _elf_locked_getdata()