Searched refs:Sync (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/games/sail/
H A Ddr_main.c82 if (Sync() < 0) {
98 if (Sync() < 0) {
H A Dpl_1.c52 * Of course, we don't do any more Sync()'s if we got here
53 * because of a Sync() failure.
109 (void) Sync();
H A Dpl_main.c109 if (Sync() < 0)
154 if (Sync() < 0)
168 if (Sync() < 0)
H A Dextern.h437 int Sync(void);
H A Dpl_7.c125 if (Sync() < 0)
H A Dsync.c201 Sync(void) function
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h30 // Sync changes with CodeGenCWrappers.h.
123 Sync = 1, ///< "Synchronous" unwind tables member in class:llvm::CodeGenOpt::UWTableKind
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s1202 membar #Sync ! XXXX Should be taken care of by flush
1259 membar #Sync ! XXXX Should be taken care of by flush
1366 membar #Sync
1372 membar #Sync ! No real reason for this XXXX
1375 membar #Sync
1422 membar #Sync
1441 membar #Sync
1564 membar #Sync ! No real reason for this XXXX
1796 membar #Sync ! No real reason for this XXXX
1809 membar #Sync ! N
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h274 /// Sync to disk.
279 virtual Status Sync();
409 Status Sync() override;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h124 Status Sync();
H A DAdbClient.cpp330 error = Sync();
332 return Status("Sync failed: %s", error.AsCString());
337 Status AdbClient::Sync() { function in class:AdbClient
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cpp52 TEST(MetaMap, Sync) {
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp157 Status File::Sync() { return Flush(); } function in class:File
463 Status NativeFile::Sync() { function in class:NativeFile
/openbsd-current/sys/dev/ic/
H A Dadwlib.h1074 u_int8_t Sync : 1; /* synchronous data transfer */ member in struct:__anon6
H A Dadvlib.h356 u_int8_t Sync:1; member in struct:__anon20
H A Dadwlib.c2272 if ((sc->sdtr_able & tidmask) && inq->Sync) {
H A Dadvlib.c3042 if ((sc->sdtr_enable & tid_bit) && inq->byte7.Sync)
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h157 Sync,
H A DMipsISelLowering.cpp209 case MipsISD::Sync: return "MipsISD::Sync";
2575 return DAG.getNode(MipsISD::Sync, DL, MVT::Other, Op.getOperand(0),
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp479 Twine(Kind == UWTableKind::Sync ? "sync" : "async") + ")")
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2214 Kind = UWTableKind::Sync;

Completed in 604 milliseconds