Searched refs:WAIT (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/blacklist/
H A DMakefile3 SUBDIR = lib .WAIT include bin etc libexec
/freebsd-11-stable/usr.sbin/fifolog/
H A DMakefile3 SUBDIR= lib .WAIT \
/freebsd-11-stable/sys/modules/tests/
H A DMakefile4 SUBDIR+= .WAIT
/freebsd-11-stable/gnu/
H A DMakefile6 SUBDIR= lib .WAIT \
/freebsd-11-stable/gnu/usr.bin/rcs/
H A DMakefile3 SUBDIR= lib .WAIT \
/freebsd-11-stable/usr.sbin/amd/
H A DMakefile8 SUBDIR= include libamu .WAIT \
/freebsd-11-stable/usr.sbin/lpr/
H A DMakefile3 SUBDIR= common_source .WAIT \
/freebsd-11-stable/sbin/ipf/
H A DMakefile3 SUBDIR= libipf .WAIT
/freebsd-11-stable/usr.bin/svn/
H A DMakefile4 .WAIT \
/freebsd-11-stable/cddl/
H A DMakefile5 SUBDIR= lib .WAIT \
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk41 simple: simple.1 .WAIT simple.2
43 # recursive: all children of the left hand side of the .WAIT
45 recursive: recursive.1.99 .WAIT recursive.2.99
51 # the right hand side of the .WAIT.
52 shared: shared.1.99 .WAIT shared.2.99
58 cycle: cycle.1.99 .WAIT cycle.2.99
/freebsd-11-stable/gnu/usr.bin/cc/
H A DMakefile8 SUBDIR= cc_tools .WAIT \
/freebsd-11-stable/contrib/ntp/sntp/
H A Dsntp-opts.h217 # ifdef WAIT
218 # warning undefining WAIT due to option name conflict
219 # undef WAIT macro
239 # undef WAIT macro
278 DESC(WAIT).optActualIndex = 17; \
279 DESC(WAIT).optActualValue = VALUE_OPT_WAIT; \
280 DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
281 DESC(WAIT).fOptState |= OPTST_SET )
283 DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
284 DESC(WAIT)
[all...]
/freebsd-11-stable/kerberos5/
H A DMakefile3 SUBDIR= lib .WAIT \
/freebsd-11-stable/contrib/groff/src/include/
H A Dnonposix.h60 # define WAIT(s,p,m) _cwait(s,p,m) macro
226 #ifndef WAIT
227 # define WAIT(s,p,m) wait(s) macro
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk31 # with SUBDIR_PARALLEL and will not respect .WAIT or SUBDIR_DEPEND_
133 for dir in ${SUBDIR:N.WAIT}; do ( ${_SUBDIR_SH} ); done
136 ${SUBDIR:N.WAIT}: .PHONY .MAKE
151 SUBDIR:= ${SUBDIR:N.WAIT}
158 .if ${__dir} == .WAIT
159 __subdir_targets+= .WAIT
H A Dmeta.subdir.mk30 DIRDEPS = ${SUBDIR:N.WAIT:O:u:@d@${RELDIR}/$d@}
59 find ${SUBDIR:N.WAIT} -type f \( ${_find_name} \) -print -o \
/freebsd-11-stable/usr.bin/hexdump/
H A Dhexdump.h81 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator in enum:_vflag
/freebsd-11-stable/contrib/bmake/mk/
H A Dinit.mk55 .WAIT:
61 all: beforebuild .WAIT realbuild
H A Dmeta.subdir.mk29 DIRDEPS = ${SUBDIR:N.WAIT:O:u:@d@${RELDIR}/$d@}
58 find ${SUBDIR:N.WAIT} -type f \( ${_find_name} \) -print -o \
/freebsd-11-stable/secure/
H A DMakefile5 SUBDIR= lib .WAIT \
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Drwlock.c227 * WAIT(cond, lock);
257 WAIT(&rwl->readable, &rwl->lock);
273 WAIT(&rwl->readable, &rwl->lock);
317 WAIT(&rwl->writeable, &rwl->lock);
334 WAIT(&rwl->writeable, &rwl->lock);
571 WAIT(&rwl->readable, &rwl->lock);
590 WAIT(&rwl->writeable, &rwl->lock);
/freebsd-11-stable/lib/
H A DMakefile7 # of the other libraries. These are built first with a .WAIT between them
13 .WAIT \
28 .WAIT \
/freebsd-11-stable/targets/
H A DMakefile143 dirdeps: ${_begin} .WAIT
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.h90 enum {SETUP, WAIT, FINISH} state; enumerator in enum:g_bde_work::__anon12042

Completed in 149 milliseconds

12