Searched refs:async (Results 1 - 25 of 74) sorted by last modified time

123

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c14042 " --async Write to FILE without journal and fsync()",
17628 if( strcmp(z, "-async")==0 ){
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile7 SUBDIR= async \
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c553 log_assert(q->async);
852 if(!q || !q->async) {
857 log_assert(q->async);
915 case UB_PIPE: return "error in pipe communication with async";
H A Dcontext.c124 /** How many times to try to find an unused query-id-number for async */
155 q->async = (cb != NULL || cb_event != NULL);
175 if(q->async)
259 q->async = 1;
294 log_assert(q->async);
382 * o uint32 async-id */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3012 const bool async = attach_info.GetAsync(); local
3013 if (!async) {
3043 if (async) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1148 BackendThreadPool.async(
H A DThinLTOCodeGenerator.cpp914 Pool.async([&](int count) {
1043 Pool.async([&](int count) {
H A DLTOBackend.cpp396 CodegenThreadPool.async(
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c560 entry->desc.async.element = element;
561 entry->desc.async.event_type = event;
562 entry->desc.async.reserved = 0;
685 /* At that point async file stuff was fully set */
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c460 struct sigio *async; /* Processes waiting for SIGIO */ member in struct:psm_softc
2198 if (sc->async != NULL) {
2199 funsetown(&sc->async);
2200 sc->async = NULL;
2219 sc->async = NULL;
2920 error = fsetown(*(int *)addr, &sc->async);
2923 *(int *) addr = fgetown(&sc->async);
5239 if (sc->async != NULL) {
5240 pgsigio(&sc->async, SIGIO, 0);
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c61 SYSCTL_INT(_vfs_nfsd, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp328 Pool.async(loadInput, Input, Remapper, Contexts[Ctx].get());
339 Pool.async(mergeWriterContexts, Contexts[I].get(),
343 Pool.async(mergeWriterContexts, Contexts[0].get(),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp177 Pool.async([&] {
H A DCodeCoverage.cpp959 Pool.async(&CodeCoverageTool::writeSourceFileView, this, SourceFile,
H A DCoverageReport.cpp370 Pool.async(&CoverageReport::prepareSingleFileReport, Filename,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp164 CompileThreads->async(std::move(Work));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DParallelCG.cpp77 CodegenThreadPool.async(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp150 assert(std::async(std::launch::async,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1263 std::future<Status> accept_status = std::async(
1264 std::launch::async, [&] { return listen_socket.Accept(accept_socket); });
1342 // as the communication class, we are a broadcaster and the async thread
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h115 void SetAsyncExecution(bool async);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i20 SBAttachInfo (const char *path, bool wait_for, bool async);
43 SetWaitForLaunch (bool b, bool async);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp144 auto strategy = std::launch::async;
148 return std::async(strategy, [=]() {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp120 Pool.async(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp132 // Get a Future with launch::deferred execution using std::async
133 auto Future = std::async(std::launch::deferred, std::move(Task)).share();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { function in class:llvm::ThreadPool
63 inline std::shared_future<void> async(Function &&F) { function in class:llvm::ThreadPool

Completed in 306 milliseconds

123