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

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp 442 static atomic_uint32_t bg_thread = {}; local
443 if (atomic_load(&bg_thread, memory_order_relaxed) == 0 &&
444 atomic_exchange(&bg_thread, 1, memory_order_relaxed) == 0) {
tsan_rtl.cpp 442 static atomic_uint32_t bg_thread = {}; local
443 if (atomic_load(&bg_thread, memory_order_relaxed) == 0 &&
444 atomic_exchange(&bg_thread, 1, memory_order_relaxed) == 0) {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp 762 static atomic_uint32_t bg_thread = {}; local
763 if (atomic_load(&bg_thread, memory_order_relaxed) == 0 &&
764 atomic_exchange(&bg_thread, 1, memory_order_relaxed) == 0) {
tsan_rtl.cpp 762 static atomic_uint32_t bg_thread = {}; local
763 if (atomic_load(&bg_thread, memory_order_relaxed) == 0 &&
764 atomic_exchange(&bg_thread, 1, memory_order_relaxed) == 0) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 425 static atomic_uint32_t bg_thread = {}; local
426 if (atomic_load(&bg_thread, memory_order_relaxed) == 0 &&
427 atomic_exchange(&bg_thread, 1, memory_order_relaxed) == 0) {
tsan_rtl.cc 425 static atomic_uint32_t bg_thread = {}; local
426 if (atomic_load(&bg_thread, memory_order_relaxed) == 0 &&
427 atomic_exchange(&bg_thread, 1, memory_order_relaxed) == 0) {
  /src/external/gpl3/gdb/dist/gdb/
windows-nat.c 405 HANDLE bg_thread = CreateThread (nullptr, 64 * 1024, local
407 CloseHandle (bg_thread);
windows-nat.c 405 HANDLE bg_thread = CreateThread (nullptr, 64 * 1024, local
407 CloseHandle (bg_thread);
  /src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c 413 HANDLE bg_thread = CreateThread (nullptr, 64 * 1024, local
415 CloseHandle (bg_thread);
windows-nat.c 413 HANDLE bg_thread = CreateThread (nullptr, 64 * 1024, local
415 CloseHandle (bg_thread);

Completed in 61 milliseconds