| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 102 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 D | README.md | 173 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 D | redis.tcl | 80 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 D | vchiq_ioctl.h | 80 int blocking; member
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | block-repl.tcl | 31 test {Test replication with blocking lists and sorted sets operations} {
|
| H A D | redis-cli.tcl | 6 fconfigure $fd -blocking false
|
| H A D | replication.tcl | 73 test {BRPOPLPUSH replication, when blocking against empty list} {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | st,stm32-ipcc.yaml | 10 The IPCC block provides a non blocking signaling mechanism to post and
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | sbs,sbs-battery.yaml | 54 compliant charger it should be disabled via this property to avoid blocking
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 140 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 D | stack_lib.rst | 59 without blocking. It then dequeues pointers by walking the list -- starting
|
| /f-stack/freebsd/contrib/vchiq/interface/vchi/message_drivers/ |
| H A D | message.h | 101 struct semaphore *blocking; member
|
| /f-stack/app/redis-5.0.5/tests/ |
| H A D | test_helper.tcl | 592 fconfigure $s -blocking 0 598 fconfigure $s -blocking 1
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | cyttsp.txt | 37 only be used if the chip is configured to use 'blocking
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | properties.shlib | 104 # Only older kernels support non-blocking mandatory locks
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | dpaa_sec.rst | 88 For blocking a DPAA device, following commands can be used.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpc5200.txt | 114 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 D | performance_thread.rst | 936 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 D | iqs269a.yaml | 226 azoteq,blocking-enable: 228 description: Specifies that the channel is a blocking channel.
|
| /f-stack/tools/libxo/tests/gettext/ |
| H A D | strerror.pot | 193 # non-blocking and interrupt i/o
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | dpaa2.rst | 509 For blocking a DPAA2 device, following commands can be used. 528 blocking these devices in primary process.
|
| H A D | fail_safe.rst | 86 The file descriptor is read in non-blocking mode and is never closed in
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | configure.ac | 97 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 D | stream.tcl | 152 test {Non blocking XREAD with empty streams} {
|
| /f-stack/tools/libxo/tests/gettext/po/pig_latin/ |
| H A D | strerror.po | 192 # non-blocking and interrupt i/o
|