Searched refs:async (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-11-stable/usr.sbin/ppp/
H A Dasync.c33 __FBSDID("$FreeBSD: stable/11/usr.sbin/ppp/async.c 330449 2018-03-05 07:26:05Z eadler $");
50 #include "async.h"
61 async_Init(struct async *async) argument
63 async_Setup(async);
64 memset(async->cfg.EscMap, '\0', sizeof async->cfg.EscMap);
68 async_Setup(struct async *async) argument
70 async
76 async_SetLinkParams(struct async *async, u_int32_t mymap, u_int32_t hismap) argument
86 async_Encode(struct async *async, u_char **cp, u_char c, int proto) argument
149 async_Decode(struct async *async, u_char c) argument
[all...]
H A Dasync.h28 * $FreeBSD: stable/11/usr.sbin/ppp/async.h 330449 2018-03-05 07:26:05Z eadler $
33 struct async { struct
51 extern void async_Init(struct async *);
52 extern void async_Setup(struct async *);
53 extern void async_SetLinkParams(struct async *, u_int32_t, u_int32_t);
H A Dphysical.h83 struct async async; /* Our async state */ member in struct:physical
H A DMakefile7 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
/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/lldb/include/lldb/API/
H A DSBAttachInfo.h40 /// asynchronous depending on the \a async argument.
49 /// \param[in] async
59 SBAttachInfo(const char *path, bool wait_for, bool async);
92 /// asynchronous depending on the \a async argument.
98 /// \param[in] async
108 void SetWaitForLaunch(bool b, bool async);
/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
H A DTaskQueue.h81 std::future<typename std::result_of<Callable()>::type> async(Callable &&C) { function in class:llvm::TaskQueue
97 Scheduler.async(std::move(T));
120 Scheduler.async(std::move(Continuation));
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile7 SUBDIR= async \
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh60 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
145 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
164 if ! mount -o async ${BVND}${MPART} ${TMPMP}; then
H A Dt_umount.sh61 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) argument
42 wait_for, async);
47 m_opaque_sp->SetAsync(async);
138 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { argument
140 async);
143 m_opaque_sp->SetAsync(async);
/freebsd-11-stable/sbin/hastd/
H A Dtoken.l75 async { DP; return ASYNC; }
/freebsd-11-stable/sys/netgraph/
H A Dng_async.c45 * This node type implements a PPP style sync <-> async converter.
64 static MALLOC_DEFINE(M_NETGRAPH_ASYNC, "netgraph_async", "netgraph async node");
78 hook_p async; /* Asynchronous side */ member in struct:ng_async_private
81 u_int16_t fcs; /* Decoded async FCS (so far) */
83 u_char *sbuf; /* Buffer to decode async into */
85 long lasttime; /* Time of last async packet sent */
169 NETGRAPH_INIT(async, &typestruct);
216 hookp = &sc->async;
247 if (hook == sc->async)
360 if (hook == sc->async)
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h57 #define fs_vscan(vp, cr, async) (0)
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.h78 bool async; member in struct:i40e_asq_cmd_details
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DParallelCG.cpp77 CodegenThreadPool.async(
/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.c218 int async; local
270 async = TRUE;
271 clnt_control(clnt, CLSET_ASYNC, (char *)&async);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.c182 int async, wantresp; local
189 async = hcmd->flags & IWM_CMD_ASYNC;
199 KASSERT(!async, ("invalid async parameter"));
298 async ? " (async)" : "");
326 if (!async) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-pipe.c159 ops->async = ser_unix_async;
H A Dserial.h39 so they can be cancelled. An async interface for open could be
232 void (*async) (struct serial *scb, int async_p); member in struct:serial_ops
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dcontext.h61 * Contains two pipes for async service
62 * qq : write queries to the async service pid/tid.
63 * rr : read results from the async service pid/tid.
93 /** do threading (instead of forking) for async resolution */
130 /** number of async queries outstanding */
134 * Used when results come in for async to lookup.
144 * These are outstanding for async resolution.
153 /** was this an async query? */
154 int async; member in struct:ctx_query
158 /** for async quer
[all...]
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/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/lldb/source/Symbol/
H A DSymbolFile.cpp150 assert(std::async(std::launch::async,

Completed in 247 milliseconds

123