Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 32) sorted by relevance

12

/minix/external/bsd/bind/dist/lib/samples/win32/
H A Dasync.mak.in3 CFG=async - @PLATFORM@ Debug
7 !IF "$(CFG)" != "async - @PLATFORM@ Release" && "$(CFG)" != "async - @PLATFORM@ Debug"
12 !MESSAGE NMAKE /f "async.mak" CFG="async - @PLATFORM@ Debug"
161 "$(INTDIR)\sample-async.obj"
177 ALL : "..\..\..\Build\Debug\sample-async.exe" "$(OUTDIR)\sample-async.bsc"
231 "$(INTDIR)\sample-async.sbr"
241 "$(INTDIR)\sample-async.obj"
254 !INCLUDE "sample-async.dep"
261 !IF "$(CFG)" == "async - @PLATFORM@ Release" || "$(CFG)" == "async - @PLATFORM@ Debug"
262 SOURCE="..\sample-async.c"
[all …]
H A Dasync.dsp.in1 # Microsoft Developer Studio Project File - Name="async" - Package Owner=<4>
7 CFG=async - @PLATFORM@ Debug
11 !MESSAGE NMAKE /f "async.mak".
16 !MESSAGE NMAKE /f "async.mak" CFG="async - @PLATFORM@ Debug"
20 !MESSAGE "async - @PLATFORM@ Release" (based on "@PLATFORM@ (x86) Console Application")
21 !MESSAGE "async - @PLATFORM@ Debug" (based on "@PLATFORM@ (x86) Console Application")
31 !IF "$(CFG)" == "async - @PLATFORM@ Release"
55 !ELSEIF "$(CFG)" == "async - @PLATFORM@ Debug"
84 # Name "async - @PLATFORM@ Release"
85 # Name "async - @PLATFORM@ Debug"
[all …]
H A Dasync.dsw6 Project: "async"=".\async.dsp" - Package Owner=<4>
/minix/external/bsd/libc++/dist/libcxx/test/std/thread/futures/futures.overview/
H A Dlaunch.pass.cpp28 … (static_cast<int>(std::launch::async) | static_cast<int>(std::launch::deferred)), ""); in main()
30 static_assert(std::launch::any == (std::launch::async | std::launch::deferred), ""); in main()
31 static_assert(std::launch(0) == (std::launch::async & std::launch::deferred), ""); in main()
32 static_assert(std::launch::any == (std::launch::async ^ std::launch::deferred), ""); in main()
33 static_assert(std::launch::deferred == ~std::launch::async, ""); in main()
34 std::launch x = std::launch::async; in main()
37 x = std::launch::async; in main()
41 assert(x == std::launch::async); in main()
43 static_assert(static_cast<int>(std::launch::async) == 1, ""); in main()
/minix/external/bsd/libc++/dist/libcxx/test/thread/futures/futures.overview/
H A Dlaunch.pass.cpp26 … (static_cast<int>(std::launch::async) | static_cast<int>(std::launch::deferred)), ""); in main()
28 static_assert(std::launch::any == (std::launch::async | std::launch::deferred), ""); in main()
29 static_assert(std::launch(0) == (std::launch::async & std::launch::deferred), ""); in main()
30 static_assert(std::launch::any == (std::launch::async ^ std::launch::deferred), ""); in main()
31 static_assert(std::launch::deferred == ~std::launch::async, ""); in main()
32 std::launch x = std::launch::async; in main()
35 x = std::launch::async; in main()
39 assert(x == std::launch::async); in main()
41 static_assert(static_cast<int>(std::launch::async) == 1, ""); in main()
/minix/external/bsd/libc++/dist/libcxx/test/std/thread/futures/futures.async/
H A Dasync.pass.cpp70 std::future<int> f = std::async(f0); in main()
78 std::future<int> f = std::async(std::launch::async, f0); in main()
86 std::future<int> f = std::async(std::launch::any, f0); in main()
103 std::future<int&> f = std::async(f1); in main()
111 std::future<int&> f = std::async(std::launch::async, f1); in main()
119 std::future<int&> f = std::async(std::launch::any, f1); in main()
136 std::future<void> f = std::async(f2); in main()
144 std::future<void> f = std::async(std::launch::async, f2); in main()
152 std::future<void> f = std::async(std::launch::any, f2); in main()
169 std::future<std::unique_ptr<int>> f = std::async(f3, 3); in main()
[all …]
H A Dasync_race.pass.cpp47 std::future<int> f = std::async(f_async); in test_each()
52 std::future<int> f = std::async(std::launch::async, f_async); in test_each()
58 std::future<int> f = std::async(std::launch::deferred, f_deferred); in test_each()
/minix/external/bsd/libc++/dist/libcxx/test/thread/futures/futures.async/
H A Dasync.pass.cpp67 std::future<int> f = std::async(f0); in main()
75 std::future<int> f = std::async(std::launch::async, f0); in main()
83 std::future<int> f = std::async(std::launch::any, f0); in main()
100 std::future<int&> f = std::async(f1); in main()
108 std::future<int&> f = std::async(std::launch::async, f1); in main()
116 std::future<int&> f = std::async(std::launch::any, f1); in main()
133 std::future<void> f = std::async(f2); in main()
141 std::future<void> f = std::async(std::launch::async, f2); in main()
149 std::future<void> f = std::async(std::launch::any, f2); in main()
166 std::future<std::unique_ptr<int>> f = std::async(f3, 3); in main()
[all …]
/minix/external/bsd/bind/dist/lib/samples/
H A DMakefile-postinstall.in33 TARGETS = sample@EXEEXT@ sample-async@EXEEXT@ sample-gai@EXEEXT@ \
37 OBJS = sample.@O@ sample-async.@O@ sample-gai.@O@ sample-update.@O@ \
40 SRCS = sample.c sample-async.c sample-gai.c sample-update.c \
53 sample-async@EXEEXT@: sample-async.@O@ ${DEPLIBS}
55 sample-async.@O@ ${LIBS}
/minix/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}
/minix/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c561 int async = ddep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; in createde() local
563 #define async 0 in createde() macro
631 if (async) in createde()
660 if (async) in createde()
722 if (async) in createde()
747 if (async) in createde()
994 int async = pdep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; in removede() local
996 #define async 0 in removede() macro
1055 if (async) in removede()
H A Dmsdosfs_vnops.c572 bool async; in msdosfs_write() local
619 async = vp->v_mount->mnt_flag & MNT_ASYNC; in msdosfs_write()
658 if (!async && oldoff >> 16 != uio->uio_offset >> 16) { in msdosfs_write()
1198 int async = pdep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; in msdosfs_mkdir() local
1261 if (async) in msdosfs_mkdir()
/minix/sys/ufs/lfs/
H A Dulfs_readwrite.c271 bool async; in WRITE() local
304 async = vp->v_mount->mnt_flag & MNT_ASYNC; in WRITE()
313 async = true; in WRITE()
432 if (!async && oldoff >> 16 != uio->uio_offset >> 16) { in WRITE()
441 __USE(async); in WRITE()
H A DCHANGES29 buffers which are written async. Because the buffer cache does not
H A Dlfs_vfsops.c1893 bool async = (flags & PGO_SYNCIO) == 0; in lfs_gop_write() local
2142 if (!async) { in lfs_gop_write()
/minix/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c273 bool async; in ext2fs_write() local
301 async = vp->v_mount->mnt_flag & MNT_ASYNC; in ext2fs_write()
338 if (!async && oldoff >> 16 != uio->uio_offset >> 16) { in ext2fs_write()
/minix/sys/ufs/ufs/
H A Dufs_readwrite.c286 bool async; in WRITE() local
323 async = vp->v_mount->mnt_flag & MNT_ASYNC; in WRITE()
365 async = true; in WRITE()
484 if (!async && oldoff >> 16 != uio->uio_offset >> 16) { in WRITE()
/minix/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dclient.c485 int (*async)(void *, const heim_idata *, void *, member
563 if (ctx->ops->async == NULL) { in heim_ipc_async()
574 return (ctx->ops->async)(ctx->ctx, snd, userctx, func); in heim_ipc_async()
/minix/external/bsd/libc++/dist/libcxx/include/
H A Dfuture30 async = 1,
32 any = async | deferred
313 async(F&& f, Args&&... args);
317 async(launch policy, F&& f, Args&&... args);
404 async = 1,
406 any = async | deferred
2347 async(launch __policy, _Fp&& __f, _Args&&... __args)
2356 if (__does_policy_contain(__policy, launch::async))
2361 catch ( ... ) { if (__policy == launch::async) throw ; }
2373 async(_Fp&& __f, _Args&&... __args)
[all …]
/minix/external/bsd/bind/dist/win32utils/legacy/
H A DBuildAll.bat.in77 nmake /nologo -f async.mak CFG="async - @PLATFORM@ Release" NO_EXTERNAL_DEPS="1"
H A DBINDBuild.dsw.in195 Project: "async"="..\..\lib\samples\win32\async.dsp" - Package Owner=<4>
/minix/sys/ufs/chfs/
H A Dchfs_vnops.c777 bool async; in chfs_write() local
839 async = vp->v_mount->mnt_flag & MNT_ASYNC; in chfs_write()
961 if (!async && oldoff >> 16 != uio->uio_offset >> 16) { in chfs_write()
/minix/sys/fs/udf/
H A Dudf_vnops.c1383 int async = vp->v_mount->mnt_flag & MNT_ASYNC; in udf_close() local
1389 if (!async && (vp->v_type != VDIR)) { in udf_close()
/minix/minix/share/beaglebone/weather/
H A Djquery.js4 …parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(…
6async:!1,global:!1,"throws":!0})}}),x.fn.extend({wrapAll:function(e){if(x.isFunction(e))return thi…

12