HomeSort by: relevance | last modified time | path
    Searched defs:AtomicContextLoad (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 64 static void AtomicContextLoad(const volatile atomic_uint64_t *atomic_context,
126 AtomicContextLoad(&alloc_context_id, tid, stack);
139 AtomicContextLoad(&free_context_id, tid, stack);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 62 static void AtomicContextLoad(const volatile atomic_uint64_t *atomic_context,
124 AtomicContextLoad(&alloc_context_id, tid, stack);
137 AtomicContextLoad(&free_context_id, tid, stack);

Completed in 31 milliseconds