Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 42) sorted by relevance

12

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dnet.c102 static int redisSetBlocking(redisContext *c, int blocking) { in redisSetBlocking() argument
114 if (blocking) in redisSetBlocking()
271 int blocking = (c->flags & REDIS_BLOCK); in _redisContextConnectTcp() local
381 } else if (errno == EINPROGRESS && !blocking) { in _redisContextConnectTcp()
395 if (blocking && redisSetBlocking(c,1) != REDIS_OK) in _redisContextConnectTcp()
430 int blocking = (c->flags & REDIS_BLOCK); in redisContextConnectUnix() local
462 if (errno == EINPROGRESS && !blocking) { in redisContextConnectUnix()
471 if (blocking && redisSetBlocking(c,1) != REDIS_OK) in redisContextConnectUnix()
H A DREADME.md173 To explain how Hiredis supports pipelining in a blocking connection, there needs to be
213 This API can also be used to implement a blocking subscriber:
255 The function `redisAsyncConnect` can be used to establish a non-blocking connection to
258 Because the connection that will be created is non-blocking, the kernel is not able to
310 Both functions work like their blocking counterparts. The return value is `REDIS_OK` when the comma…
/f-stack/app/redis-5.0.5/tests/support/
H A Dredis.tcl80 set blocking $::redis::blocking($id)
82 if {$blocking == 0} {
102 if {$blocking} {
119 fconfigure $fd -blocking $val
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h80 int blocking; member
/f-stack/app/redis-5.0.5/tests/integration/
H A Dblock-repl.tcl31 test {Test replication with blocking lists and sorted sets operations} {
H A Dredis-cli.tcl6 fconfigure $fd -blocking false
H A Dreplication.tcl73 test {BRPOPLPUSH replication, when blocking against empty list} {
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dst,stm32-ipcc.yaml10 The IPCC block provides a non blocking signaling mechanism to post and
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dsbs,sbs-battery.yaml54 compliant charger it should be disabled via this property to avoid blocking
/f-stack/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst140 Some of the use cases might require the reader threads to make blocking API
143 call ``rte_rcu_qsbr_thread_offline()`` API, before calling blocking APIs. It
144 can call ``rte_rcu_qsbr_thread_online()`` API once the blocking API call
163 the writer threads flexibility to do useful work instead of blocking for the
170 ``rte_rcu_qsbr_start()`` and blocking ``rte_rcu_qsbr_check()`` into a single
H A Dstack_lib.rst59 without blocking. It then dequeues pointers by walking the list -- starting
/f-stack/freebsd/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h101 struct semaphore *blocking; member
/f-stack/app/redis-5.0.5/tests/
H A Dtest_helper.tcl592 fconfigure $s -blocking 0
598 fconfigure $s -blocking 1
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dcyttsp.txt37 only be used if the chip is configured to use 'blocking
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib104 # Only older kernels support non-blocking mandatory locks
/f-stack/dpdk/doc/guides/cryptodevs/
H A Ddpaa_sec.rst88 For blocking a DPAA device, following commands can be used.
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt114 GPT0 will be marked as in-use watchdog, i.e. blocking every gpt access to it.
117 - just mark GPT0 as watchdog, blocking gpt accesses, and configure it later;
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst936 threads. Any kind of blocking system call, for example file or socket IO, is a
949 to handling threads wishing to make blocking calls, and then back again when
958 Locks and spinlocks are another source of blocking behavior that for the same
973 An L-thread blocking on an L-thread mutex will be suspended and will cause
974 another ready L-thread to be resumed, thus not blocking the scheduler. When
981 L-thread blocking on a spin lock will enter an infinite loop stopping the
1004 Yet another kind of blocking behavior (albeit momentary) are delay functions
1137 blocking calls then switching the shim in and out on the fly to invoke any
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml226 azoteq,blocking-enable:
228 description: Specifies that the channel is a blocking channel.
/f-stack/tools/libxo/tests/gettext/
H A Dstrerror.pot193 # non-blocking and interrupt i/o
/f-stack/dpdk/doc/guides/nics/
H A Ddpaa2.rst509 For blocking a DPAA2 device, following commands can be used.
528 blocking these devices in primary process.
H A Dfail_safe.rst86 The file descriptor is read in non-blocking mode and is never closed in
/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac97 AC_ARG_ENABLE(blocking-random,
98 [AS_HELP_STRING(--enable-blocking-random,Enable this switch only if /dev/urandom is totally broken …
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream.tcl152 test {Non blocking XREAD with empty streams} {
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po192 # non-blocking and interrupt i/o

12