/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Resource.cpp | 24 blocked = 0; in Resource() 44 blocked++; in lock() 50 blocked--; in lock() 72 if(blocked) in lock() 90 blocked++; in lock() 96 blocked--; in lock() 116 if(blocked) in unlock() 144 if(blocked) in unlock() 166 if(count == 0 && !blocked) in destruct()
|
H A D | Resource.hpp | 102 volatile int blocked; member in sw::Resource
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream_queue.cc | 47 dlist_delete_all(ent.blocked); in ~DownstreamQueue() 100 ent.blocked.append(link); in mark_blocked() 116 if (ent.blocked.empty() && ent.num_active == 0) { in remove_host_entry_if_empty() 137 // For those downstreams deleted while in blocked state in remove_and_get_blocked() 140 ent.blocked.remove(link); in remove_and_get_blocked() 153 auto link = ent.blocked.head; in remove_and_get_blocked() 164 ent.blocked.remove(link); in remove_and_get_blocked()
|
H A D | shrpx_connect_blocker.h | 45 bool blocked() const; 57 // connection is blocked until online() is called.
|
H A D | shrpx_client_handler.cc | 905 if (addr->connect_blocker->blocked()) { in get_downstream_addr() 912 if (addr->connect_blocker->blocked()) { in get_downstream_addr() 948 if (addr->connect_blocker->blocked()) { in get_downstream_addr() 970 if (!addr->connect_blocker->blocked()) { in get_downstream_addr_strict_affinity() 982 // is not found, or is blocked. Find new backend using h. Using in get_downstream_addr_strict_affinity() 999 if (addr->connect_blocker->blocked()) { in get_downstream_addr_strict_affinity() 1006 if (addr->connect_blocker->blocked()) { in get_downstream_addr_strict_affinity() 1126 if (worker_->get_connect_blocker()->blocked()) { in get_downstream_connection() 1129 << "Worker wide backend connection was blocked temporarily"; in get_downstream_connection()
|
H A D | shrpx_downstream_queue.h | 43 // Link entry in HostEntry.blocked and downstream because downstream 64 // Set of stream ID that blocked by conn_max_per_host_. 65 DList<BlockedLink> blocked; member 84 // Set |downstream| to blocked state, which means that download 85 // connection was blocked because conn_max_per_host_ limit. 93 // DispatchState::BLOCKED if its connection is now not blocked by
|
H A D | shrpx_connect_blocker.cc | 57 bool ConnectBlocker::blocked() const { return ev_is_active(&timer_); } in blocked() function in shrpx::ConnectBlocker
|
H A D | shrpx_http3_upstream.h | 178 // blocked field is effective only when send_blocked is true. 187 } blocked[2]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | rfkill.c | 50 int blocked; member 83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_receive() 86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_receive() 93 if (new_blocked != rfkill->blocked) { in rfkill_receive() 94 rfkill->blocked = new_blocked; in rfkill_receive() 176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_init() 177 rfkill->blocked = 1; in rfkill_init() 179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_init() 180 rfkill->blocked = 1; in rfkill_init() 223 return rfkill->blocked; in rfkill_is_blocked() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | rfkill.c | 50 int blocked; member 83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_receive() 86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_receive() 93 if (new_blocked != rfkill->blocked) { in rfkill_receive() 94 rfkill->blocked = new_blocked; in rfkill_receive() 176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_init() 177 rfkill->blocked = 1; in rfkill_init() 179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_init() 180 rfkill->blocked = 1; in rfkill_init() 223 return rfkill->blocked; in rfkill_is_blocked() [all...] |
/third_party/python/Lib/test/support/ |
H A D | import_helper.py | 108 def import_fresh_module(name, fresh=(), blocked=(), *, 123 *blocked* is an iterable of module names that are replaced with None 127 The named module and any modules named in the *fresh* and *blocked* 146 blocked = list(blocked) 147 names = {name, *fresh, *blocked} 149 for modname in blocked:
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-reference.c | 198 * ECMA_VALUE_NOT_FOUND - if the binding not exists or blocked via @@unscopables 239 ecma_value_t blocked = ecma_op_is_prop_unscopable (binding_obj_p, name_p); in ecma_op_object_bound_environment_resolve_reference_value() local 241 if (ecma_is_value_false (blocked)) in ecma_op_object_bound_environment_resolve_reference_value() 259 return ECMA_IS_VALUE_ERROR (blocked) ? blocked : ECMA_VALUE_NOT_FOUND; in ecma_op_object_bound_environment_resolve_reference_value()
|
/third_party/node/deps/openssl/openssl/crypto/async/ |
H A D | async.c | 50 nctx->blocked = 0; in async_ctx_new() 298 || ctx->blocked) { in ASYNC_pause_job() 468 ctx->blocked++; in ASYNC_block_pause() 485 if (ctx->blocked > 0) in ASYNC_unblock_pause() 486 ctx->blocked--; in ASYNC_unblock_pause()
|
H A D | async_local.h | 36 unsigned int blocked; member
|
/third_party/openssl/crypto/async/ |
H A D | async.c | 50 nctx->blocked = 0; in async_ctx_new() 298 || ctx->blocked) { in ASYNC_pause_job() 468 ctx->blocked++; in ASYNC_block_pause() 485 if (ctx->blocked > 0) in ASYNC_unblock_pause() 486 ctx->blocked--; in ASYNC_unblock_pause()
|
H A D | async_local.h | 36 unsigned int blocked; member
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_context.h | 121 rbug_block_t blocked; member 182 rbug_block_t blocked,
|
H A D | rbug_context.c | 379 rbug_block_t blocked, in rbug_send_context_info_reply() 395 LEN(4); /* blocked */ in rbug_send_context_info_reply() 413 WRITE(4, rbug_block_t, blocked); /* blocked */ in rbug_send_context_info_reply() 717 READ(4, rbug_block_t, blocked); /* blocked */ in rbug_demarshal_context_info_reply() 369 rbug_send_context_info_reply(struct rbug_connection *__con, uint32_t serial, rbug_shader_t vertex, rbug_shader_t fragment, rbug_texture_t *texs, uint32_t texs_len, rbug_texture_t *cbufs, uint32_t cbufs_len, rbug_texture_t zsbuf, rbug_block_t blocker, rbug_block_t blocked, uint32_t *__serial) rbug_send_context_info_reply() argument
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver.js | 558 * be blocked or allowed. 561 * Must be either "allowed" or "blocked". 570 if (state !== "allowed" && state !== "blocked") { 571 throw new Error("storage access status must be 'allowed' or 'blocked'"); 573 const blocked = state === "blocked"; 574 return window.test_driver_internal.set_storage_access(origin, embedding_origin, blocked, context); 725 set_storage_access: function(origin, embedding_origin, blocked, context=null) {
|
/third_party/python/Lib/test/ |
H A D | test_datetime.py | 12 blocked=['_datetime'])
|
/third_party/python/Lib/test/test_json/ |
H A D | __init__.py | 12 pyjson = import_helper.import_fresh_module('json', blocked=['_json'])
|
/third_party/python/Lib/test/test_zoneinfo/ |
H A D | _support.py | 38 py_module = import_fresh_module("zoneinfo", blocked=["_zoneinfo"])
|
/third_party/python/Modules/_decimal/tests/ |
H A D | bench.py | 13 P = import_fresh_module('decimal', blocked=['_decimal'])
|
H A D | formathelper.py | 38 P = import_fresh_module('decimal', blocked=['_decimal'])
|
/third_party/toybox/toys/other/ |
H A D | vmstat.c | 19 Show processes running and blocked, kilobytes swapped, free, buffered, and 33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member 131 // Output values in order[]: running, blocked, swaptotal, memfree, buffers, in vmstat_main()
|