Searched refs:wait (Results 1 - 25 of 51) sorted by relevance

123

/darwin-on-arm/xnu/osfmk/console/
H A Dserial_protos.h47 int _serial_getc(int unit, int line, boolean_t wait, boolean_t raw);
H A Dvideo_console.h48 boolean_t wait,
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOSyncer.h56 virtual IOReturn wait(bool autoRelease = true)
/darwin-on-arm/xnu/osfmk/mach/
H A Dprocessor.defs119 wait : boolean_t);
/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h61 * @(#)wait.h 8.2 (Berkeley) 7/10/94
72 * and the alternate interfaces that use it (wait, wait3, waitpid).
102 * [XSI] Inclusion of the <sys/wait.h> header may also make visible all
121 * wait to not hang if there are no stopped or terminated processes, rather
124 * which stop due to signals. If children are stopped and a wait without
128 #define WNOHANG 0x00000001 /* [XSI] no hang in wait/no child to reap */
132 * Macros to test the exit status returned by wait
138 #define _W_INT(w) (*(int *)&(w)) /* convert union wait to int */
147 * [XSI] The <sys/wait.h> header shall define the following macros for
201 union wait { union
256 pid_t wait(int *) __DARWIN_ALIAS_C(wait); variable
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dsysglue.h171 struct mbuf *m_lgbuf_alloc(int size, int wait);
172 gbuf_t *gbuf_alloc_wait(int size, int wait);
203 #define gbuf_dupb_wait(m, wait) ((gbuf_t *)m_copym(m, 0, gbuf_len(m), (wait)? M_WAIT: M_DONTWAIT))
H A Dsys_glue.c382 /* flow control on, wait to be enabled to write */
528 /* wait for the ioc ack */
1006 struct mbuf *m_lgbuf_alloc(size, wait)
1007 int size, wait;
1029 (wait)? M_WAITOK: M_NOWAIT))) {
1034 (wait)? M_WAIT: M_DONTWAIT))) {
1039 m = m_gethdr(((wait)? M_WAIT: M_DONTWAIT), MSG_DATA);
1041 MCLGET(m, ((wait)? M_WAIT: M_DONTWAIT));
1060 gbuf_t *gbuf_alloc_wait(size, wait)
1061 int size, wait;
[all...]
H A Datp_write.c656 atp_unpack_bdsp(atp, m, rcbp, cnt, wait)
660 register int cnt, wait;
709 wait)) == NULL)
725 (struct mbuf *)m0, wait)) {
747 gbuf_alloc_wait(AT_WR_OFFSET+TOTAL_ATP_HDR_SIZE, wait)) == NULL) {
779 if ((m1 = m_copym(m0, offset, len, wait)) == 0) {
1230 void atp_send_rsp(gref, m, wait)
1233 int wait;
1290 s = atp_unpack_bdsp(atp, m, rcbp, xcnt, wait);
1548 * wait fo
[all...]
/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dloadtest.py52 retcode = kextload.wait()
/darwin-on-arm/xnu/security/
H A Dmac_alloc.h51 void * mac_mbuf_alloc (int len, int wait);
H A Dmac_alloc.c85 mac_mbuf_alloc(int len, int wait) argument
90 len, wait);
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dposix_spawn.c42 #include <sys/wait.h>
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dexec.c39 #include <sys/wait.h>
H A Dexit.c36 #include <sys/wait.h>
145 * wait for them all to exit
H A Dfork.c36 #include <sys/wait.h>
/darwin-on-arm/xnu/osfmk/console/arm/
H A Dserial_console.c260 int _serial_getc(__unused int a, __unused int b, boolean_t wait, __unused boolean_t raw) argument
265 } while (wait && c < 0);
293 __unused boolean_t wait,
291 vcgetc(__unused int l, __unused int u, __unused boolean_t wait, __unused boolean_t raw) argument
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSyncer.cpp85 IOReturn IOSyncer::wait(bool autoRelease) function in class:IOSyncer
H A DIOServicePrivate.h104 virtual void wait();
126 virtual void wait();
H A DIOService.cpp1102 // allow this thread to proceed (ie. wait)
1103 success = true; // (put request on wait queue)
1122 success = true; // (put request on wait queue)
1137 // declare that this thread will wait for a given event
1587 // wait for all threads, other than the current one,
1590 void _IOServiceInterestNotifier::wait() function in class:_IOServiceInterestNotifier
1630 wait();
1646 wait();
1712 bool wait; local
1759 wait
1841 bool wait, haveDeadline = false; local
3297 bool wait; local
3445 bool wait; local
4217 void _IOServiceNotifier::wait() function in class:_IOServiceNotifier
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c313 static void *mbuf_worker_run; /* wait channel for worker thread */
605 static void *mb_waitchan = &mbuf_table; /* wait channel for all caches */
1583 slab_alloc(mbuf_class_t class, int wait) argument
1602 if ((class == MC_MBUF || class == MC_CL) && (wait & MCR_COMP))
1920 mbuf_slab_alloc(void *arg, mcache_obj_t ***plist, unsigned int num, int wait) argument
1932 if ((*list = slab_alloc(class, wait)) != NULL) {
1943 if (!mbuf_cached_above(class, wait) &&
1954 (wait & MCR_NOSLEEP) ? M_DONTWAIT : M_WAIT);
1960 if (mbuf_cached_above(class, wait))
1967 if (wait
2304 mbuf_cslab_alloc(void *arg, mcache_obj_t ***plist, unsigned int needed, int wait) argument
2608 m_clalloc(const u_int32_t num, const int wait, const u_int32_t bufsize) argument
2857 freelist_populate(mbuf_class_t class, unsigned int num, int wait) argument
3014 mbuf_cached_above(mbuf_class_t class, int wait) argument
3189 m_get_common(int wait, short type, int hdr) argument
3225 m_get(int wait, int type) argument
3231 m_gethdr(int wait, int type) argument
3237 m_retry(int wait, int type) argument
3243 m_retryhdr(int wait, int type) argument
3249 m_getclr(int wait, int type) argument
3334 m_clattach(struct mbuf *m, int type, caddr_t extbuf, void (*extfree)(caddr_t, u_int, caddr_t), u_int extsize, caddr_t extarg, int wait) argument
3411 m_getcl(int wait, int type, int flags) argument
3453 m_mclget(struct mbuf *m, int wait) argument
3471 m_mclalloc(int wait) argument
3505 m_bigalloc(int wait) argument
3524 m_mbigget(struct mbuf *m, int wait) argument
3541 m_16kalloc(int wait) argument
3560 m_m16kget(struct mbuf *m, int wait) argument
3630 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, int wait, int wantall, size_t bufsize) argument
3751 m_allocpacket_internal(unsigned int *numlist, size_t packetlen, unsigned int *maxsegments, int wait, int wantall, size_t wantsize) argument
4070 m_getpacket_how(int wait) argument
4392 m_copym(struct mbuf *m, int off0, int len, int wait) argument
4483 m_copym_with_hdrs(struct mbuf *m, int off0, int len0, int wait, struct mbuf **m_lastm, int *m_off) argument
4858 m_split(struct mbuf *m0, int len0, int wait) argument
4864 m_split0(struct mbuf *m0, int len0, int wait, int copyhdr) argument
5928 mbuf_sleep(mbuf_class_t class, unsigned int num, int wait) argument
[all...]
H A Dmcache.c231 u_int32_t flags, int wait)
235 wait));
247 u_int32_t flags, int wait)
250 freefn, auditfn, logfn, notifyfn, arg, flags, 0, wait));
260 u_int32_t flags, int need_zone, int wait)
271 int malloc_wait = (wait & MCR_NOSLEEP) ? M_NOWAIT : M_WAITOK;
278 if (!(wait & MCR_NOSLEEP))
422 mcache_alloc_ext(mcache_t *cp, mcache_obj_t **list, unsigned int num, int wait) argument
431 VERIFY((wait & (MCR_NOSLEEP|MCR_FAILOK)) != (MCR_NOSLEEP|MCR_FAILOK));
522 need -= (*cp->mc_slab_alloc)(cp->mc_private, &list, need, wait);
230 mcache_create(const char *name, size_t bufsize, size_t align, u_int32_t flags, int wait) argument
244 mcache_create_ext(const char *name, size_t bufsize, mcache_allocfn_t allocfn, mcache_freefn_t freefn, mcache_auditfn_t auditfn, mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, u_int32_t flags, int wait) argument
257 mcache_create_common(const char *name, size_t bufsize, size_t align, mcache_allocfn_t allocfn, mcache_freefn_t freefn, mcache_auditfn_t auditfn, mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, u_int32_t flags, int need_zone, int wait) argument
583 mcache_alloc(mcache_t *cp, int wait) argument
870 mcache_slab_alloc(void *arg, mcache_obj_t ***plist, unsigned int num, int wait) argument
[all...]
H A Duipc_mbuf2.c374 m_tag_create(u_int32_t id, u_int16_t type, int len, int wait, struct mbuf *buf) argument
383 return (m_tag_alloc(id, type, len, wait));
421 return (m_tag_alloc(id, type, len, wait));
434 m_tag_alloc(u_int32_t id, u_int16_t type, int len, int wait) argument
442 struct mbuf *m = m_get(wait, MT_TAG);
459 t = (struct m_tag *)(void *)m_mclalloc(wait);
/darwin-on-arm/xnu/osfmk/console/i386/
H A Dserial_console.c323 int _serial_getc(__unused int a, __unused int b, boolean_t wait, __unused boolean_t raw) argument
328 } while (wait && c < 0);
356 __unused boolean_t wait,
354 vcgetc(__unused int l, __unused int u, __unused boolean_t wait, __unused boolean_t raw) argument
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.h49 #include <sys/wait.h>
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_syscalls.c78 #include <sys/wait.h>

Completed in 88 milliseconds

123