HomeSort by relevance Sort by last modified time
    Searched refs:rwlock_wrlock (Results 1 - 25 of 52) sorted by null

1 2 3

  /bionic/libc/upstream-netbsd/android/include/
reentrant.h 38 #define rwlock_wrlock pthread_rwlock_wrlock macro
  /external/elfutils/libelf/
elf_cntl.c 53 rwlock_wrlock (elf->lock);
elf_rand.c 47 rwlock_wrlock (elf->lock);
elf_getarhdr.c 60 rwlock_wrlock (parent->lock);
elf_next.c 55 rwlock_wrlock (parent->lock);
gelf_update_lib.c 56 rwlock_wrlock (scn->elf->lock);
gelf_update_move.c 67 rwlock_wrlock (data_scn->s->elf->lock);
gelf_update_syminfo.c 63 rwlock_wrlock (scn->elf->lock);
gelf_update_verdaux.c 68 rwlock_wrlock (data_scn->s->elf->lock);
gelf_update_verdef.c 68 rwlock_wrlock (data_scn->s->elf->lock);
gelf_update_vernaux.c 68 rwlock_wrlock (data_scn->s->elf->lock);
gelf_update_verneed.c 68 rwlock_wrlock (data_scn->s->elf->lock);
gelf_update_versym.c 67 rwlock_wrlock (data_scn->s->elf->lock);
elf32_getehdr.c 62 rwlock_wrlock (elf->lock);
elf32_newehdr.c 58 rwlock_wrlock (elf->lock);
elf_newdata.c 65 rwlock_wrlock (scn->elf->lock);
gelf_update_auxv.c 63 rwlock_wrlock (scn->elf->lock);
gelf_update_dyn.c 58 rwlock_wrlock (scn->elf->lock);
gelf_update_ehdr.c 54 rwlock_wrlock (elf->lock);
gelf_update_rel.c 58 rwlock_wrlock (scn->elf->lock);
gelf_update_rela.c 58 rwlock_wrlock (scn->elf->lock);
  /external/elfutils/libasm/
asm_align.c 75 rwlock_wrlock (asmscn->ctx->lock);
116 rwlock_wrlock (asmscn->data.up->ctx->lock);
asm_newcomsym.c 72 rwlock_wrlock (ctx->lock);
  /external/valgrind/drd/tests/
annotate_rwlock.c 79 static void rwlock_wrlock(rwlock_t* p) function
133 rwlock_wrlock(&s_rwlock);
  /external/valgrind/helgrind/tests/
annotate_rwlock.c 90 static void rwlock_wrlock(rwlock_t* p) function
147 rwlock_wrlock(&s_rwlock);

Completed in 363 milliseconds

1 2 3