Home
last modified time | relevance | path

Searched full:signalled (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_event.h125 * a single waiter. If TRUE, the event remains in the signalled state
176 * The cl_event_signal function sets an event to the signalled state and
188 * CL_SUCCESS if the event was successfully signalled.
198 * either in a signalled on non-signalled state, and triggering an event
199 * that is already in the signalled state has no effect.
210 * The cl_event_reset function sets an event to the non-signalled state.
271 * If the event is already on the signalled state at the time of the call
/freebsd/tools/tools/mwl/mwlstats/
H A Dmain.c53 static int signalled; variable
58 signalled = 1; in catchalarm()
94 signalled = 0; in main()
110 if (!signalled) in main()
113 signalled = 0; in main()
/freebsd/tools/tools/npe/npestats/
H A Dmain.c60 static int signalled; variable
65 signalled = 1; in catchalarm()
108 signalled = 0; in main()
125 if (!signalled) in main()
128 signalled = 0; in main()
/freebsd/lib/libsys/
H A Dthr_kill.252 function, signalled threads are always limited to the current process.
57 argument specifies the process with threads to be signalled.
64 is equal to \-1, all threads in the specified process are signalled.
66 argument is signalled.
/freebsd/tools/tools/ath/athaggrstats/
H A Dmain.c73 static int signalled; variable
78 signalled = 1; in catchalarm()
124 signalled = 0; in main()
141 if (!signalled) in main()
144 signalled = 0; in main()
/freebsd/tools/tools/ath/athstats/
H A Dmain.c81 static int signalled; variable
86 signalled = 1; in catchalarm()
132 signalled = 0; in main()
149 if (!signalled) in main()
152 signalled = 0; in main()
/freebsd/share/man/man4/
H A Dlp.4139 Each byte is signalled in four steps:
186 Each byte is signalled in four steps:
213 The start of packet has to be signalled specially, since the line chosen
220 End of packet is deduced from the packet length and is not signalled
/freebsd/usr.sbin/wlanstats/
H A Dmain.c78 static int signalled; variable
83 signalled = 1; in catchalarm()
228 signalled = 0;
244 if (!signalled)
247 signalled = 0;
/freebsd/contrib/libder/libder/
H A Dlibder_read.372 If the application is signalled, it can abort the
78 does not currently have other points that an abort can be signalled from, so if
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.conf4 # syslogd process to be signalled when that log file is rotated. This
7 # is no process which needs to be signalled when a given log file is
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.h80 * @param sigalg: adds to signalled algorithm list too.
86 * Initialize algo needs structure from a signalled algo list.
88 * @param sigalg: signalled algorithm list, numbers ends with 0.
97 * @param sigalg: list of signalled algos, constructed as output,
H A Dval_kentry.h86 /** list of algorithms signalled, ends with 0, or NULL */
189 * @param sigalg: signalled algorithm list (or NULL).
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h367 /* This event should be signalled when a slot is recycled. */
373 /* This event should be signalled when a synchronous message is sent. */
376 /* This event should be signalled when a synchronous message has been
486 /* Signalled when a free slot becomes available. */
491 /* Signalled when a free data slot becomes available. */
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h160 * while waiting for the condition to be come signalled, and
163 * the event to become signalled; if it is NULL, the function
167 * was signalled, or 1 on a timeout. */
/freebsd/contrib/libevent/include/event2/
H A Dthread.h160 * while waiting for the condition to be come signalled, and
163 * the event to become signalled; if it is NULL, the function
167 * was signalled, or 1 on a timeout. */
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread-internal.h170 /** Wait until the condition 'cond' is signalled. Must be called while
172 * signalled, at which point it will be acquired again. Returns 0 for
292 /** Wait until the condition 'cond' is signalled. Must be called while
294 * signalled, at which point it will be acquired again. Returns 0 for
/freebsd/contrib/libevent/
H A Devthread-internal.h170 /** Wait until the condition 'cond' is signalled. Must be called while
172 * signalled, at which point it will be acquired again. Returns 0 for
292 /** Wait until the condition 'cond' is signalled. Must be called while
294 * signalled, at which point it will be acquired again. Returns 0 for
/freebsd/usr.bin/netstat/
H A Dif.c643 static sig_atomic_t signalled; variable
647 signalled = true; in catchalarm()
668 signalled = false; in sidewaysintpr()
694 while (!signalled) in sidewaysintpr()
696 signalled = false; in sidewaysintpr()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dhsta.txt8 PCI message signalled interrupts.
/freebsd/share/man/man9/
H A DVOP_STRATEGY.956 Errors should be signalled by setting the
/freebsd/contrib/unbound/util/
H A Dwinsock_event.h60 * as you call a recv/write/accept at least once when it is signalled.
154 * signalled by the handler back to use.
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4835 [signalled-io],
836 [AS_HELP_STRING([--enable-signalled-io], [s Use signalled IO if we can])],
918 *) ans="Allowed for $host but --disable-signalled-io was given"
/freebsd/contrib/elftoolchain/libelf/
H A Delf_getscn.357 An error will be signalled if the specified section does not
/freebsd/sys/dev/scc/
H A Dscc_if.m74 # When an interrupt is signalled, the handler will call this method to find
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c68 /* The event has been signalled. Invoke the callback. */ in thread_pool_routine()

12345