Home
last modified time | relevance | path

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

12

/hal_espressif-3.6.0/components/cxx/
Dcxx_guards.cpp40 uint8_t pending; //!< nonzero if initialization is in progress member
94 } while(g->pending); in wait_for_guard_obj()
118 if (g->pending) { in __cxa_guard_acquire()
137 if (g->pending) { in __cxa_guard_acquire()
159 g->pending = 1; in __cxa_guard_acquire()
179 assert(g->pending && "tried to release a guard which wasn't acquired"); in __cxa_guard_release()
180 g->pending = 0; in __cxa_guard_release()
202 assert(g->pending && "tried to release a guard which is not acquired"); in __cxa_guard_abort()
203 g->pending = 0; in __cxa_guard_abort()
/hal_espressif-3.6.0/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-3.6.0/components/openssl/include/internal/
Dssl_methods.h30 read, send, pending, \ argument
43 pending, \
/hal_espressif-3.6.0/components/driver/
Dsdmmc_host.c675 uint32_t pending = SDMMC.mintsts.val & 0xFFFF; in sdmmc_isr() local
676 SDMMC.rintsts.val = pending; in sdmmc_isr()
677 event.sdmmc_status = pending; in sdmmc_isr()
683 if (pending != 0 || dma_pending != 0) { in sdmmc_isr()
/hal_espressif-3.6.0/components/ieee802154/include/
Desp_ieee802154_types.h73 bool pending; /*!< The frame was acked with frame pending set */ member
/hal_espressif-3.6.0/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-3.6.0/components/esp_wifi/include/
Desp_mesh.h1168 esp_err_t esp_mesh_get_tx_pending(mesh_tx_pending_t *pending);
1179 esp_err_t esp_mesh_get_rx_pending(mesh_rx_pending_t *pending);
/hal_espressif-3.6.0/components/usb/
Dusb_host.c60 uint32_t pending: 1; member
345 if (!ep_obj->dynamic.flags.pending) { in pipe_callback()
346 ep_obj->dynamic.flags.pending = 1; in pipe_callback()
574 ep_obj->dynamic.flags.pending = 0; in _handle_pending_ep()
1064 if (ep_obj->dynamic.num_urb_inflight != 0 || ep_obj->dynamic.flags.pending) { in interface_release()
/hal_espressif-3.6.0/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
Dusb_host.rst211 …_host_client_handle_events` being blocked as well, thus preventing other pending client events fro…
284 //Execute pending class driver actions
Dtwai.rst260 - Load messages pending transmission from the driver's TX queue and write them into the TX buffer.
/hal_espressif-3.6.0/components/nghttp/
Dnghttp.rst28 **nghttp2_session_send**: Sends pending frames to the remote peer
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_https_server.rst16 * "send", "receive" and "pending" function overrides - secure socket handling
/hal_espressif-3.6.0/components/app_trace/
DKconfig76 int "Size of the pending data buffer"
/hal_espressif-3.6.0/examples/protocols/http_server/ws_echo_server/
DREADME.md128 D (17652) httpd_txrx: httpd_recv_with_opt: pending length = 110
/hal_espressif-3.6.0/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.rst43 interrupt for DevA is still pending, but because the INT line never went low, as DevA kept it high
/hal_espressif-3.6.0/docs/en/api-guides/
Dlwip.rst257 - ``FIONREAD`` returns the number of bytes of pending data already received in the socket's network…
357 … default behaviour is to set each timer "on demand" so it is only enabled when an event is pending.
Dfreertos-smp.rst377 - The longer the critical section lasts, the longer a pending interrupt can be delayed.
Dapp_trace.rst52 …12 bytes of the recent trace data, so if there is less then 512 bytes of pending data at the momen…
/hal_espressif-3.6.0/components/openssl/library/
Dssl_lib.c574 ret = SSL_METHOD_CALL(pending, ssl); in SSL_pending()
/hal_espressif-3.6.0/examples/openthread/ot_br/
DREADME.md108 I(65699) OPENTHREAD:[INFO]-MESH-CP-: sent pending dataset get response to fd04:b642:9ba9:fcdc:0:ff:…
/hal_espressif-3.6.0/components/mbedtls/
DKconfig359 This allows other code to run on the CPU while an AES operation is pending.
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dreadme_xtensa.txt551 Equal priority interrupts concurrently pending are handled in an

12