Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Duse_registers.cpp15 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local
67 int sync = 0; in 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
H A Duse_registers_extra.cpp18 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local
49 int sync = 0; in main() local
/llvm-project-15.0.7/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-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp35 sync() in sync() function in testbuf
/llvm-project-15.0.7/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-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dsync.pass.cpp44 int sync() in sync() function
78 virtual int sync() in sync() function
/llvm-project-15.0.7/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-15.0.7/llvm/include/llvm/Support/
H A DParallel.h59 void sync() const { in sync() function
75 void sync() const { L.sync(); } in sync() function
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp47 int virtual sync() in sync() function
/llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp111 VectorClock *sync; member
289 VectorClock *sync; member
H A Dtsan_fd.cpp31 FdSync *sync; member
H A Dtsan_rtl.h268 VectorClock *sync; variable
H A Dtsan_interceptors_posix.cpp1984 static void CallUserSignalHandler(ThreadState *thr, bool sync, bool acquire, in CallUserSignalHandler()
2087 const bool sync = is_sync_signal(sctx, sig); in sighandler() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp199 void LSPClient::sync() { call("sync", nullptr).takeValue(); } in sync() function in clang::clangd::LSPClient
/llvm-project-15.0.7/libcxx/src/
H A Dios.cpp433 ios_base::sync_with_stdio(bool sync) in sync_with_stdio()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins-nvptx.c160 __device__ void sync() { in sync() function
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DIterator.cpp91 void sync() { in sync() function in clang::clangd::dex::__anon20ee8acc0111::AndIterator
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_fd.cpp28 FdSync *sync; member
H A Dtsan_rtl.h255 SyncClock sync; variable
H A Dtsan_interceptors_posix.cpp1981 static void CallUserSignalHandler(ThreadState *thr, bool sync, bool acquire, in CallUserSignalHandler()
2083 const bool sync = is_sync_signal(sctx, sig); in sighandler() local