/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 66 auto async(Function &&F, Args &&...ArgList) { in async() function 74 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() function 235 inline auto async(Function &&F, Args &&...ArgList) { in async() function
|
H A D | TaskQueue.h | 81 std::future<std::invoke_result_t<Callable>> async(Callable &&C) { in async() function
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | Thread.pm | 25 sub async (&;@) { return Thread->new(shift); } subroutine
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBAttachInfo.cpp | 39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo() 134 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch()
|
/openbsd-src/gnu/usr.bin/perl/dist/threads/lib/ |
H A D | threads.pm | 113 sub async (&;@) subroutine
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_display.h | 33 #define amdgpu_display_page_flip(adev, crtc, base, async) (adev)->mode_info.funcs->page_flip((adev)… argument
|
/openbsd-src/usr.sbin/makefs/msdos/ |
H A D | msdosfs_lookup.c | 80 #define async 0 in createde() macro
|
/openbsd-src/lib/libevent/ |
H A D | event.c | 930 struct asr_query *async; member 959 event_asr_run(struct asr_query *async, void (*cb)(struct asr_result *, void *), in event_asr_run()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | serial.h | 233 void (*async) (struct serial *scb, int async_p); member
|
/openbsd-src/usr.sbin/unbound/libunbound/ |
H A D | context.h | 160 int async; member
|
/openbsd-src/sbin/unwind/libunbound/libunbound/ |
H A D | context.h | 160 int async; member
|
/openbsd-src/sys/kern/ |
H A D | vfs_bio.c | 425 bio_doread(struct vnode * vp,daddr_t blkno,int size,int async) bio_doread() argument 685 int rv, async, wasdelayed, s; bwrite() local [all...] |
/openbsd-src/sys/dev/pci/ |
H A D | if_iwn.c | 3795 iwn_cmd(struct iwn_softc *sc, int code, const void *buf, int size, int async) in iwn_cmd() 3871 iwn4965_add_node(struct iwn_softc *sc, struct iwn_node_info *node, int async) in iwn4965_add_node() 3890 iwn5000_add_node(struct iwn_softc *sc, struct iwn_node_info *node, int async) in iwn5000_add_node() 3967 iwn_add_broadcast_node(struct iwn_softc *sc, int async, int ridx) in iwn_add_broadcast_node() 4109 iwn4965_set_txpower(struct iwn_softc *sc, int async) in iwn4965_set_txpower() 4267 iwn5000_set_txpower(struct iwn_softc *sc, int async) in iwn5000_set_txpower() 4774 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async) in iwn_set_pslevel()
|
H A D | if_wpi.c | 2016 wpi_cmd(struct wpi_softc *sc, int code, const void *buf, int size, int async) in wpi_cmd() 2225 wpi_set_txpower(struct wpi_softc *sc, int async) in wpi_set_txpower() 2350 wpi_set_pslevel(struct wpi_softc *sc, int dtim, int level, int async) in wpi_set_pslevel()
|
H A D | if_iwi.c | 1213 iwi_cmd(struct iwi_softc *sc, uint8_t type, void *data, uint8_t len, int async) in iwi_cmd()
|
H A D | if_iwm.c | 6282 int idx, code, async, group_id; in iwm_send_cmd() local 7735 int err, async = bgscan; in iwm_lmac_scan() local 7981 int err, async = bgscan; in iwm_umac_scan() local 9432 iwm_setrates(struct iwm_node * in,int async) iwm_setrates() argument [all...] |
/openbsd-src/usr.sbin/ifstated/ |
H A D | ifstated.c | 314 external_exec(struct ifsd_external *external, int async) in external_exec()
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | rv770.c | 800 void rv770_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async) in rv770_page_flip() argument
|
H A D | rs600.c | 120 void rs600_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async) in rs600_page_flip() argument
|
H A D | evergreen.c | 1416 bool async) in evergreen_page_flip() argument
|
H A D | r100.c | 163 void r100_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base, bool async) in r100_page_flip() argument
|
/openbsd-src/sys/dev/ic/ |
H A D | i82596.c | 385 i82596_start_cmd(sc, cmd, iecmdbuf, mask, async) in i82596_start_cmd() argument
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | RNBRemote.h | 276 HandlePacketCallback async; // Function to call when inferior is running member
|
/openbsd-src/sys/uvm/ |
H A D | uvm_swap.c | 1694 boolean_t write, async; local [all...] |
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_vma.c | 2024 struct dma_fence *__i915_vma_evict(struct i915_vma *vma, bool async) in __i915_vma_evict()
|