HomeSort by relevance Sort by last modified time
    Searched full:getspecific (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkTLS.h 58 * that after calling GetSpecific, we know that we can legally call
69 * The implementation can rely on GetSpecific(true) having been previously
  /external/skia/src/core/
SkTLS.h 58 * that after calling GetSpecific, we know that we can legally call
69 * The implementation can rely on GetSpecific(true) having been previously
  /external/elfutils/libasm/
asm_error.c 63 int *buffer = getspecific (key);
98 int *buffer = getspecific (key);
144 int *buffer = (int *) getspecific (key);
  /external/elfutils/lib/
eu-config.h 54 # define getspecific(key) key macro
79 # define getspecific(key) key macro
  /external/elfutils/libdw/
dwarf_error.c 93 result = (intptr_t) getspecific (key);
182 last_error = (intptr_t) getspecific (key);
  /external/elfutils/libdwfl/
dwfl_error.c 96 result = (intptr_t) getspecific (key);
206 last_error = (intptr_t) getspecific (key);
  /external/elfutils/libelf/
elf_error.c 96 result = (intptr_t) getspecific (key);
369 last_error = (intptr_t) getspecific (key);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 488 // don't know if anything bad can happen if we call getspecific() in the
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 488 // don't know if anything bad can happen if we call getspecific() in the
    [all...]

Completed in 599 milliseconds