Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
Delf32_getehdr.c45 getehdr_impl (Elf *elf, int wrlock) in ElfW2()
59 if (!wrlock) in ElfW2()
63 wrlock = 1; in ElfW2()
DChangeLog1438 (getehdr_impl): Guard elf->class init with wrlock.
1451 processes data. Make it wrlock if the code needs to xlate the
/third_party/musl/src/malloc/mallocng/
Dglue.h70 static inline void wrlock() in wrlock() function
Dfree.c143 wrlock(); in free()
Dmalloc.c313 wrlock(); in malloc()
/third_party/elfutils/lib/
Deu-config.h41 # define rwlock_wrlock(lock) RWLOCK_CALL (wrlock (&lock))
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmalloc.c378 wrlock(); in malloc()