Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-2.7.6/components/cxx/
Dcxx_guards.cpp48 uint8_t pending; //!< nonzero if initialization is in progress member
101 } while(g->pending); in wait_for_guard_obj()
125 if (g->pending) { in __cxa_guard_acquire()
143 if (g->pending) { in __cxa_guard_acquire()
165 g->pending = 1; in __cxa_guard_acquire()
183 assert(g->pending && "tried to release a guard which wasn't acquired"); in __cxa_guard_release()
184 g->pending = 0; in __cxa_guard_release()
204 assert(g->pending && "tried to release a guard which is not acquired"); in __cxa_guard_abort()
205 g->pending = 0; in __cxa_guard_abort()
/hal_espressif-2.7.6/components/openssl/include/internal/
Dssl_methods.h30 read, send, pending, \ argument
43 pending, \
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c246 group_zero(lpn->pending); in clear_friendship()
342 group_zero(lpn->pending); in req_sent()
635 bt_mesh_atomic_test_bit(lpn->pending, i)) { in lpn_group_del()
705 bt_mesh_atomic_set_bit(lpn->pending, i); in sub_update()
713 group_zero(lpn->pending); in sub_update()
721 group_zero(lpn->pending); in sub_update()
914 group_set(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm()
915 group_zero(lpn->pending); in bt_mesh_lpn_friend_sub_cfm()
919 group_clear(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm()
922 if (bt_mesh_atomic_test_and_clear_bit(lpn->pending, i) && in bt_mesh_lpn_friend_sub_cfm()
Dnet.h202 BLE_MESH_ATOMIC_DEFINE(pending, LPN_GROUPS);
/hal_espressif-2.7.6/components/driver/
Dsdmmc_host.c598 uint32_t pending = SDMMC.mintsts.val & 0xFFFF; in sdmmc_isr() local
599 SDMMC.rintsts.val = pending; in sdmmc_isr()
600 event.sdmmc_status = pending; in sdmmc_isr()
606 if (pending != 0 || dma_pending != 0) { in sdmmc_isr()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c626 BOOLEAN pending = FALSE; in l2c_ucd_check_pending_info_req() local
650 pending = TRUE; in l2c_ucd_check_pending_info_req()
665 pending = TRUE; in l2c_ucd_check_pending_info_req()
673 return (pending); in l2c_ucd_check_pending_info_req()
/hal_espressif-2.7.6/components/esp_wifi/include/
Desp_mesh.h1155 esp_err_t esp_mesh_get_tx_pending(mesh_tx_pending_t *pending);
1166 esp_err_t esp_mesh_get_rx_pending(mesh_rx_pending_t *pending);
/hal_espressif-2.7.6/components/nghttp/
Dnghttp.rst28 **nghttp2_session_send**: Sends pending frames to the remote peer
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dspi_features.rst38 task releases the lock, the lock will also try to resume the ISR if there are pending
Dtwai.rst246 - Load messages pending transmission from the driver's TX queue and write them into the TX buffer.
/hal_espressif-2.7.6/docs/en/api-reference/protocols/
Desp_https_server.rst16 * "send", "receive" and "pending" function overrides - secure socket handling
/hal_espressif-2.7.6/components/app_trace/
DKconfig52 int "Size of the pending data buffer"
/hal_espressif-2.7.6/examples/protocols/http_server/ws_echo_server/
DREADME.md71 D (17652) httpd_txrx: httpd_recv_with_opt: pending length = 110
/hal_espressif-2.7.6/docs/en/api-reference/system/
Desp_timer.rst12 …ity needs to be built on top of the hardware timer to manage the list of pending events can dispat…
Dintr_alloc.rst38 interrupt for DevA is still pending, but because the int line never went low (DevA kept it high
/hal_espressif-2.7.6/docs/en/api-guides/
Dlwip.rst257 - ``FIONREAD`` returns the number of bytes of pending data already received in the socket's network…
305 … default behaviour is to set each timer "on demand" so it is only enabled when an event is pending.
Dapp_trace.rst51 …12 bytes of the recent trace data, so if there is less then 512 bytes of pending data at the momen…
Dmesh.rst531 …f a sequence number which corresponds to the child node's data packet that is pending transmission.
/hal_espressif-2.7.6/components/openssl/library/
Dssl_lib.c574 ret = SSL_METHOD_CALL(pending, ssl); in SSL_pending()
/hal_espressif-2.7.6/components/mbedtls/
DKconfig251 This allows other code to run on the CPU while an AES operation is pending.
/hal_espressif-2.7.6/components/freertos/port/xtensa/
Dreadme_xtensa.txt551 Equal priority interrupts concurrently pending are handled in an
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/
DKconfig.in359 This value defines in seconds how soon any pending changes are actually
/hal_espressif-2.7.6/components/freertos/
DHistory.txt1631 the pending interrupt.
2232 been missed, or a task is moved from the pending ready list into a
2450 + A "pending ready" queue has been introduced that enables interrupts to