Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/compiler-rt/test/lsan/TestCases/
H A Duse_registers_extra.cpp18 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local
49 int sync = 0; in main() local
H A Duse_registers.cpp15 int *sync = reinterpret_cast<int *>(arg); registers_thread_func() local
69 int sync = 0; main() local
H A Duse_stacks_threaded.cpp16 int *sync = reinterpret_cast<int *>(arg); in stacks_thread_func() local
26 int sync = 0; in main() local
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-gcov-parallel.driver.c11 _Atomic int *sync = mmap(NULL, sizeof(int), PROT_READ | PROT_WRITE, in main() local
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp35 sync() in sync() function in testbuf
/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dsync.pass.cpp49 int sync() sync() function
64 virtual int sync() { return -1; } sync() function
95 virtual int sync() sync() function
[all...]
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
H A Dflush.pass.cpp36 sync() in sync() function in testbuf
H A Dendl.pass.cpp56 sync() in sync() function in testbuf
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
H A Dconstruct.pass.cpp31 int virtual sync() in sync() function
H A Ddestruct.pass.cpp31 int virtual sync() in sync() function
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/
H A Dprint.pass.cpp68 int virtual sync() { return -1; } test_sentry_failure() function
H A Dvprint_unicode.pass.cpp78 int virtual sync() { return -1; } test_sentry_failure() function
H A Dvprint_nonunicode.pass.cpp78 int virtual sync() { return -1; } test_sentry_failure() function
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp93 const bool sync = false; in Activate() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp107 const bool sync = false; Activate() local
/llvm-project/llvm/include/llvm/Support/
H A DParallel.h82 void sync() const { in sync() function
104 void sync() const { L.sync(); } sync() function
/llvm-project/libcxx/test/libcxx/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/
H A Dvprint_unicode.pass.cpp140 int virtual sync() { test_is_terminal_is_flushed() function
/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp47 int virtual sync() sync() function
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s372 sync # CHECK: sync # encoding: [0x00,0x00,0x6b,0x7c] label
374 sync 0 # CHECK: sync # encoding: [0x00,0x00,0x6b,0x7c] label
376 sync 1 # CHECK: sync 1 # encoding: [0x00,0x01,0x6b,0x7c] label
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp111 VectorClock *sync; member
289 VectorClock *sync; global() member
[all...]
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp218 const bool sync = false; in Activate() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp278 const bool sync = false; in Activate() local
/llvm-project/libcxx/src/
H A Dstd_stream.h359 int __stdoutbuf<_CharT>::sync() { in sync() function
H A Dios.cpp378 bool ios_base::sync_with_stdio(bool sync) { in sync_with_stdio() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp244 void LSPClient::sync() { call("sync", nullptr).takeValue(); } in sync() function in clang::clangd::LSPClient

12