Searched defs:async (Results 1 - 25 of 109) sorted by relevance

12345

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-embed.c32 static uv_async_t async; variable
H A Dtest-async.c31 static uv_async_t async; variable
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dcryptlib.h15 int async; member in struct:thread_local_inits_st
/netbsd-current/sys/dev/wscons/
H A Dwseventvar.h88 int async; /* send SIGIO on input ready */ member in struct:wseventvar
/netbsd-current/external/mit/libuv/dist/docs/code/progress/
H A Dmain.c8 uv_async_t async; variable
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTaskQueue.h81 std::future<std::result_of_t<Callable()>> async(Callable &&C) { function in class:llvm::TaskQueue
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
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-cuda.c83 acc_get_cuda_stream (int async) argument
119 acc_set_cuda_stream (int async, void *stream) argument
[all...]
H A Doacc-int.h125 async_valid_stream_id_p (int async) argument
131 async_valid_p (int async) argument
138 async_synchronous_p (int async) argument
H A Doacc-async.c47 validate_async_val (int async) argument
74 lookup_goacc_asyncqueue (struct goacc_thread *thr, bool create, int async) argument
131 get_goacc_asyncqueue(int async) argument
138 acc_async_test(int async) argument
198 acc_wait(int async) argument
358 GOACC_wait(int async, int num_waits, ...) argument
397 goacc_wait(int async, int num_waits, va_list *ap) argument
[all...]
H A Doacc-parallel.c117 int async = GOMP_ASYNC_SYNC; local
355 GOACC_parallel(int flags_m, void (*fn) (void *), size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers, int vector_length, int async, int num_waits, ...) argument
560 GOACC_update(int flags_m, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int async, int num_waits, ...) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-cuda.c83 acc_get_cuda_stream (int async) argument
119 acc_set_cuda_stream (int async, void *stream) argument
[all...]
H A Doacc-int.h125 async_valid_stream_id_p (int async) argument
131 async_valid_p (int async) argument
138 async_synchronous_p (int async) argument
H A Doacc-async.c47 validate_async_val (int async) argument
74 lookup_goacc_asyncqueue (struct goacc_thread *thr, bool create, int async) argument
131 get_goacc_asyncqueue(int async) argument
138 acc_async_test(int async) argument
198 acc_wait(int async) argument
358 GOACC_wait(int async, int num_waits, ...) argument
397 goacc_wait(int async, int num_waits, va_list *ap) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c161 ldap_pvt_connect(LDAP *ld, ber_socket_t s, struct sockaddr_un *sa, int async) argument
315 ldap_connect_to_path(LDAP *ld, Sockbuf *sb, LDAPURLDesc *srv, int async) argument
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c273 bool async; local
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
H A Dqmgr.h33 bool async; member in struct:nvkm_falcon_qmgr_seq
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtop.h103 int async; member in struct:ui
H A Dserial.h280 void (*async) (struct serial *scb, int async_p); member in struct:serial_ops
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtop.h101 int async = 0; member in struct:ui
/netbsd-current/sys/dev/
H A Dsequencervar.h91 pid_t async; /* process who wants audio SIGIO */ member in struct:sequencer_softc
/netbsd-current/sys/ufs/lfs/
H A Dulfs_readwrite.c243 bool async; local
/netbsd-current/sys/ufs/ufs/
H A Dufs_readwrite.c249 bool async; local
/netbsd-current/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c570 int async = ddep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; local
572 #define async 0 macro
900 int async = pdep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; local
902 #define async 0 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dinit.c307 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT; variable

Completed in 540 milliseconds

12345