Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 875) sorted by last modified time

12345678910>>...35

/freebsd/contrib/one-true-awk/
H A DChangeLog320 * run.c (bltin): For FSYSTEM, use the macros defined for wait(2)
/freebsd/sys/kern/
H A Dinit_sysent.c147 …{ compat(0,wait), .sy_auevent = AUE_WAIT4, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 84 = …
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c148 …{ compat(0,wait), .sy_auevent = AUE_WAIT4, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 84 = …
/freebsd/contrib/bmake/mk/
H A DChangeLog753 Use cache-built target to ensure we wait for it to complete if
/freebsd/contrib/bmake/
H A DChangeLog2479 o compat.c: pass SIGINT etc onto child and wait for it to exit
3589 o ensure jobs are cleaned up regardless of where wait() was called.
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex292 stream-wait-size{COLON} { YDVAR(1, VAR_STREAM_WAIT_SIZE) }
469 wait-limit{COLON} { YDVAR(1, VAR_WAIT_LIMIT) }
470 wait-limit-cookie{COLON} { YDVAR(1, VAR_WAIT_LIMIT_COOKIE) }
471 wait-limit-netblock{COLON} { YDVAR(1, VAR_WAIT_LIMIT_NETBLOCK) }
472 wait-limit-cookie-netblock{COLON} { YDVAR(1, VAR_WAIT_LIMIT_COOKIE_NETBLOCK) }
/freebsd/contrib/unbound/testdata/
H A Dttl_max_negative.rpl184 ; wait
H A Dttl_min_negative.rpl183 ; wait for 7 seconds
/freebsd/contrib/unbound/services/
H A Dauthzone.c6935 time_t wait = xfr->refresh; in xfr_set_timeout() local
6936 if(failure) wait = xfr->retry; in xfr_set_timeout()
6937 if(xfr->expiry < wait) in xfr_set_timeout()
6939 else xfr->task_nextprobe->next_probe += wait; in xfr_set_timeout()
/freebsd/contrib/unbound/doc/
H A DChangelog817 until systemd-networkd-wait-online.service times out.
946 - Slow down log frequency of write wait failures.
3482 - Doc for stream-wait-size and unit test.
3494 - Add stream-wait-size: 4m config option to limit the maximum
3991 if the wait timer has already been started.
5405 that attempt to wait for an empty list of subqueries.
5728 - wait for sendto to drain socket buffers when they are full.
6696 - delay-close does not act if there are udp-wait queries, so that
10033 - test for sys/wait.h
10122 - tpkg tests for udp wait list.
[all …]
H A Dexample.conf.in150 # stream-wait-size: 4m
171 # msec to wait before close of port on timeout UDP. 0 disables.
198 # wait-limit: 1000
201 # wait-limit-cookie: 10000
203 # Apart from the default, the wait limit can be set for a netblock.
204 # wait-limit-netblock: 192.0.2.0/24 50000
206 # Apart from the default, the wait limit with cookie can be adjusted.
207 # wait-limit-cookie-netblock: 192.0.2.0/24 50000
238 # minimum wait time for responses, increase if uplink is long. In msec.
241 # maximum wait time for responses. In msec.
/freebsd/contrib/unbound/
H A Dconfigure.ac421 …cket.h sys/un.h sys/uio.h sys/resource.h arpa/inet.h syslog.h netdb.h sys/wait.h pwd.h glob.h grp.…
H A Dconfig.h.in671 /* Define to 1 if you have the <sys/wait.h> header file. */
/freebsd/sys/conf/
H A DNOTES296 # used to hold active sleep queues as well as sleep wait message
2738 # Set the amount of time (in seconds) the system will wait before
2740 # the system will wait indefinitely until a key is pressed on the
/freebsd/usr.sbin/bhyve/
H A Dgdb.c2019 bool wait; in init_gdb() local
2028 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
2036 saddr, sport, wait ? "" : "not "); in init_gdb()
2072 if (wait) { in init_gdb()
/freebsd/sys/net80211/
H A Dieee80211_ioctl.c3546 int error = 0, wait = 0, ic_used; in ieee80211_ioctl() local
3587 wait = 1; in ieee80211_ioctl()
3596 wait = 1; in ieee80211_ioctl()
3601 if (wait) { in ieee80211_ioctl()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp817 kmp_stg_wp_data_t *wait = (kmp_stg_wp_data_t *)data; in __kmp_stg_parse_wait_policy() local
820 rc = __kmp_stg_check_rivals(name, value, wait->rivals); in __kmp_stg_parse_wait_policy()
825 if (wait->omp) { in __kmp_stg_parse_wait_policy()
870 kmp_stg_wp_data_t *wait = (kmp_stg_wp_data_t *)data; in __kmp_stg_print_wait_policy() local
873 if (wait->omp) { in __kmp_stg_print_wait_policy()
/freebsd/tests/sys/fs/fusefs/
H A Dutils.cc638 ASSERT_LE(0, wait(child_status)) << strerror(errno); in fork()
/freebsd/sys/netinet/
H A Dtcp_subr.c1225 register_tcp_functions_as_names(struct tcp_function_block *blk, int wait, in register_tcp_functions_as_names() argument
1258 n = malloc(sizeof(struct tcp_function), M_TCPFUNCTIONS, wait); in register_tcp_functions_as_names()
1313 int wait) in register_tcp_functions_as_name() argument
1323 rv = register_tcp_functions_as_names(blk, wait, name_list, &num_names); in register_tcp_functions_as_name()
1334 register_tcp_functions(struct tcp_function_block *blk, int wait) in register_tcp_functions() argument
1337 return (register_tcp_functions_as_name(blk, NULL, wait)); in register_tcp_functions()
H A Dtcp_var.h1395 int register_tcp_functions(struct tcp_function_block *blk, int wait);
1397 int wait, const char *names[], int *num_names);
1399 const char *name, int wait);
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-chromebook.dtsi120 * Need to wait 1ms + ramp-up time before we can power on WiFi.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-xiaomi-polaris.dts449 syna,rezero-wait-ms = <0xc8>;
H A Dsdm845-oneplus-common.dtsi402 syna,rezero-wait-ms = <200>;
H A Dmsm8953-xiaomi-vince.dts157 syna,rezero-wait-ms = <20>;
H A Dmsm8998-oneplus-common.dtsi196 syna,rezero-wait-ms = <20>;

12345678910>>...35