Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 1793) sorted by relevance

12345678910>>...72

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def65 CODEGENOPT(IndirectTlsSegRefs, 1, 0) ///< Set when -mno-tls-direct-seg-refs
87 CODEGENOPT(InstrumentFunctionsAfterInlining , 1, 0) ///< Set when
89 CODEGENOPT(InstrumentFunctionEntryBare , 1, 0) ///< Set when
99 ///< Set when -fxray-always-emit-customevents is enabled.
102 ///< Set when -fxray-always-emit-typedevents is enabled.
109 CODEGENOPT(InstrumentForProfiling , 1, 0) ///< Set when -pg is enabled.
110 CODEGENOPT(CallFEntry , 1, 0) ///< Set when -mfentry is enabled.
113 CODEGENOPT(PrepareForLTO , 1, 0) ///< Set when -flto is enabled on the
221 CODEGENOPT(SimplifyLibCalls , 1, 1) ///< Set when -fbuiltin is enabled.
319 /// Number of path components to strip when emitting checks. (0 == full
[all …]
/freebsd-12.1/contrib/bmake/unit-tests/
H A Dvarmisc.exp2 :D expanded when var set
5 :U expanded when var undef
10 :U skipped when var set
12 :? only lhs when value true
15 :? only rhs when value false
H A Dvarmisc.mk18 @echo :U skipped when var set
26 @echo :U expanded when var undef
30 @echo :D expanded when var set
34 @echo :? only lhs when value true
38 @echo :? only rhs when value false
/freebsd-12.1/contrib/gdb/gdb/
H A Devent-loop.c171 struct timeval when; member
980 timer_ptr->when.tv_sec = time_now.tv_sec + delta.tv_sec; in create_timer()
983 if (timer_ptr->when.tv_usec >= 1000000) in create_timer()
985 timer_ptr->when.tv_sec += 1; in create_timer()
986 timer_ptr->when.tv_usec -= 1000000; in create_timer()
1002 if ((timer_index->when.tv_sec > timer_ptr->when.tv_sec) || in create_timer()
1003 ((timer_index->when.tv_sec == timer_ptr->when.tv_sec) in create_timer()
1004 && (timer_index->when.tv_usec > timer_ptr->when.tv_usec))) in create_timer()
1078 if ((timer_ptr->when.tv_sec > time_now.tv_sec) || in handle_timer_event()
1079 ((timer_ptr->when.tv_sec == time_now.tv_sec) && in handle_timer_event()
[all …]
/freebsd-12.1/sys/netgraph/
H A Dng_pipe.c639 if (when->tv_sec < now->tv_sec || (when->tv_sec == now->tv_sec in ngp_rcvdata()
641 when->tv_sec = now->tv_sec; in ngp_rcvdata()
642 when->tv_usec = now->tv_usec; in ngp_rcvdata()
741 struct timeval *when; in pipe_dequeue() local
753 when = &hinfo->qin_utime; in pipe_dequeue()
754 if (when->tv_sec > now->tv_sec || (when->tv_sec == now->tv_sec in pipe_dequeue()
802 when = &ngp_h->when; in pipe_dequeue()
844 when->tv_usec += priv->delay; in pipe_dequeue()
845 when->tv_sec += when->tv_usec / 1000000; in pipe_dequeue()
846 when->tv_usec = when->tv_usec % 1000000; in pipe_dequeue()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dtime.c90 svn_time_to_cstring(apr_time_t when, apr_pool_t *pool) in svn_time_to_cstring() argument
104 apr_time_exp_gmt(&exploded_time, when); in svn_time_to_cstring()
135 svn_time_from_cstring(apr_time_t *when, const char *data, apr_pool_t *pool) in svn_time_from_cstring() argument
167 apr_err = apr_time_exp_gmt_get(when, &exploded_time); in svn_time_from_cstring()
198 apr_err = apr_time_exp_gmt_get(when, &exploded_time); in svn_time_from_cstring()
211 svn_time_to_human_cstring(apr_time_t when, apr_pool_t *pool) in svn_time_to_human_cstring() argument
219 ret = apr_time_exp_lt(&exploded_time, when); in svn_time_to_human_cstring()
/freebsd-12.1/contrib/serf/
H A DCHANGES3 Fix issue #151: SCons build broken when only one library in ENVPATH
9 Resolve a bucket (aka "memory") leak when a request bucket is
11 Reset state variables when resetting connection (r1708849)
60 Fix host header when url contains a username or password (r2170)
66 Do not invoke progress callback when no data was received (r2144)
69 Fix build when GSSAPI not in default include path (2155)
104 - continue functioning when a server sets KeepAlive: off
198 Actually disable Nagle when creating a connection (r1441)
203 Fix memory leak when using SSL (r1408, r1416)
208 Fix double free abort when destroying request buckets
[all …]
/freebsd-12.1/bin/sh/tests/expansion/
H A Dtrim6.018 [ "$y" = @ ] || echo "error when unquoted in non-splitting context"
19 [ "$yq" = @ ] || echo "error when quoted in non-splitting context"
20 [ "${v##*"$e"}" = @ ] || echo "error when quoted in splitting context"
22 [ ${v##*"$e"} = @ ] || echo "error when unquoted in splitting context"
/freebsd-12.1/contrib/gcc/config/
H A Dt-svr41 # We need to use -fPIC when we are using gcc to compile the routines in
2 # crtstuff.c. This is only really needed when we are going to use gcc/g++
3 # to produce a shared library, but since we don't know ahead of time when
4 # we will be doing that, we just always use -fPIC when compiling the
/freebsd-12.1/contrib/gcc/config/i386/
H A Dt-crtpic3 # We need to use -fPIC when we are using gcc to compile the routines in
4 # crtstuff.c. This is only really needed when we are going to use gcc/g++
5 # to produce a shared library, but since we don't know ahead of time when
6 # we will be doing that, we just always use -fPIC when compiling the
/freebsd-12.1/contrib/ipfilter/lib/
H A Dsave_v1trap.c299 maketrap_v1(community, buffer, bufsize, msg, msglen, ipaddr, when) in maketrap_v1() argument
306 time_t when;
379 s[0] = when >> 24;
380 s[1] = when >> 16;
381 s[2] = when >> 8;
382 s[3] = when & 0xff;
446 sendtrap_v1_0(fd, community, msg, msglen, when) in sendtrap_v1_0() argument
450 time_t when;
457 (u_char *)msg, msglen, 0, when);
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dobserver.texi9 when GDB reaches certain states, or certain events occur in GDB.
21 when attaching the callback. In return, the subject will provide
26 as it lacks a mechanism that would deallocate this data when the
32 data when attaching the callback.
42 @value{GDBN} notifies all @code{normal_stop} observers when the
47 Note that the @code{normal_stop} notification is not emitted when
62 Remove @var{observer} from the list of observers to be notified when
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_mac.cc123 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, in INTERCEPT_DISPATCH_X_F_3()
126 return REAL(dispatch_after_f)(when, dq, (void *)lsan_ctxt, in INTERCEPT_DISPATCH_X_F_3()
142 void dispatch_after(dispatch_time_t when, dispatch_queue_t queue,
169 INTERCEPTOR(void, dispatch_after, dispatch_time_t when, dispatch_queue_t queue,
172 REAL(dispatch_after)(when, queue, lsan_block);
/freebsd-12.1/sys/cddl/dev/profile/
H A Dprofile.c506 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument
517 when->cyt_interval = prof->prof_interval; in profile_online()
518 when->cyt_when = gethrtime() + when->cyt_interval; in profile_online()
520 pcpu->profc_expected = when->cyt_when; in profile_online()
521 pcpu->profc_interval = when->cyt_interval; in profile_online()
541 cyc_time_t when; in profile_enable() local
550 when.cyt_interval = prof->prof_interval; in profile_enable()
551 when.cyt_when = gethrtime() + when.cyt_interval; in profile_enable()
560 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_time.h45 svn_time_to_cstring(apr_time_t when,
52 svn_time_from_cstring(apr_time_t *when,
60 svn_time_to_human_cstring(apr_time_t when,
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog-1.49 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko)
48 o Do not break evdns connections to nameservers when our IP changes.
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
76 o Fix a memory leak when reading multi-line headers
104 o Do not warn on accept when errno is either EAGAIN or EINTR
112 o Do not use SO_REUSEADDR when connecting
114 o Fix a bug in event_rpcgen when generated fixed-sized entries
156 o do not insert event into list when evsel->add fails
189 o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled
216 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
[all …]
H A DChangeLog-2.021 o win32: avoid crash when waiting forever on zero fds. (160e58b)
233 o Avoid race-condition when initializing global locks (b683cae)
242 o Use the correct printf args when formatting size_t (3203f88)
532 o Obey enabled status when unsuspending (040a019 Simon Perreault)
591 o Avoid deadlock when activating signals (970e6ad)
610 o Improve testing of when thread-notification occurs (ce85280)
773 o fix a leak when unpausing evrpc requests (94ee125)
775 o Fix compilation when openssl support is disabled (40c301b)
1053 o Fix a bug when using a specialized memory allocator on win32.
1179 o do not insert event into list when evsel->add fails
[all …]
/freebsd-12.1/contrib/libevent/
H A DChangeLog-1.49 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko)
48 o Do not break evdns connections to nameservers when our IP changes.
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
76 o Fix a memory leak when reading multi-line headers
104 o Do not warn on accept when errno is either EAGAIN or EINTR
112 o Do not use SO_REUSEADDR when connecting
114 o Fix a bug in event_rpcgen when generated fixed-sized entries
156 o do not insert event into list when evsel->add fails
189 o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled
216 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
[all …]
H A DChangeLog-2.021 o win32: avoid crash when waiting forever on zero fds. (160e58b)
233 o Avoid race-condition when initializing global locks (b683cae)
242 o Use the correct printf args when formatting size_t (3203f88)
532 o Obey enabled status when unsuspending (040a019 Simon Perreault)
591 o Avoid deadlock when activating signals (970e6ad)
610 o Improve testing of when thread-notification occurs (ce85280)
773 o fix a leak when unpausing evrpc requests (94ee125)
775 o Fix compilation when openssl support is disabled (40c301b)
1053 o Fix a bug when using a specialized memory allocator on win32.
1179 o do not insert event into list when evsel->add fails
[all …]
/freebsd-12.1/sbin/dhclient/
H A Ddispatch.c189 if (timeouts->when <= cur_time) { in dispatch()
204 howlong = timeouts->when - cur_time; in dispatch()
372 add_timeout(time_t when, void (*where)(void *), void *what) in add_timeout() argument
406 q->when = when; in add_timeout()
411 if (!timeouts || timeouts->when > q->when) { in add_timeout()
419 if (t->next->when > q->when) { in add_timeout()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/cuda_wrappers/
H A Dcomplex47 // functions that don't exist when compiling CUDA device code).
52 // // Present only when compiling for host.
57 // // Present when compiling for host and for device.
64 // This is safe because when compiling for device, all function calls in
66 // resolve to the same function as they resolve to when compiling for host. We
68 // codegen this host code when compiling for device.
/freebsd-12.1/contrib/less/
H A DNEWS32 searching, to help when viewing syntax-highlighted code.
40 * Fix buffering bug when using stdin with a LESSOPEN pipe.
80 * Fix bug when terminal has no "cm" termcap entry.
142 * Fix display bug when using up/down arrow on the command line.
158 when compiling with no regex library.
168 * Fix bug in displaying status column when scrolling backwards
375 * Improve performance when the file contains very long lines.
435 Search highlighting works properly when used with -R.
476 * Fixed problems when viewing files with very long lines.
642 * Fixed bug on Windows when CAPS-LOCK or NUM-LOCK is pressed.
[all …]
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dt-sol217 # We need to use -fPIC when we are using gcc to compile the routines in
18 # crtstuff.c. This is only really needed when we are going to use gcc/g++
19 # to produce a shared library, but since we don't know ahead of time when
20 # we will be doing that, we just always use -fPIC when compiling the
/freebsd-12.1/contrib/gcc/
H A Dgdbinit.in7 Works only when an inferior is executing.
16 Works only when an inferior is executing.
31 Works only when an inferior is executing.
40 Works only when an inferior is executing.
49 Works only when an inferior is executing.
58 Works only when an inferior is executing.
/freebsd-12.1/contrib/libbegemot/
H A Drpoll.c166 tval_t when; /* next time to trigger in usecs! */ member
395 p->when = GETUSECS() + usecs; in poll_start_utimer()
448 return tims[t1].when < tims[t2].when ? -1 in tim_cmp()
449 : tims[t1].when > tims[t2].when ? +1 in tim_cmp()
524 i, tfd[i]->when - now); in poll_dispatch()
527 if((tout = tims[tfd[0]].when - now) < 0) in poll_dispatch()
617 if(tims[tfd[i]].when > now) in poll_dispatch()
625 tims[tfd[i]].when = now + tims[tfd[i]].usecs; in poll_dispatch()

12345678910>>...72