Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c101 stream->queued = 0; in nghttp2_stream_init()
174 stream->queued = 1; in stream_obq_push()
191 if (!stream->queued) { in stream_obq_remove()
224 if (!stream->queued) { in stream_obq_move()
232 stream->queued = 0; in stream_obq_move()
282 if (!stream->queued) { in nghttp2_stream_change_weight()
340 if (stream->queued) { in ensure_inactive()
366 int queued; in check_queued() local
368 if (stream->queued) { in check_queued()
379 queued = 0; in check_queued()
[all …]
A Dnghttp2_outbound_item.h125 uint8_t queued; member
A Dnghttp2_outbound_item.c34 item->queued = 0; in nghttp2_outbound_item_init()
A Dnghttp2_stream.h217 uint8_t queued; member
A Dnghttp2_session.c893 item->queued = 1; in nghttp2_session_add_item()
899 item->queued = 1; in nghttp2_session_add_item()
904 item->queued = 1; in nghttp2_session_add_item()
911 item->queued = 1; in nghttp2_session_add_item()
939 item->queued = 1; in nghttp2_session_add_item()
950 item->queued = 1; in nghttp2_session_add_item()
954 item->queued = 1; in nghttp2_session_add_item()
1198 if (!item->queued && item != session->aob.item) { in nghttp2_session_close_stream()
2399 item->queued = 0; in nghttp2_session_pop_next_ob_item()
2406 item->queued = 0; in nghttp2_session_pop_next_ob_item()
[all …]
/AliOS-Things-master/components/SDL2/test/
A Dloopwavequeue.c62 const Uint32 queued = SDL_GetQueuedAudioSize(1); in loop() local
63 SDL_Log("Device has %u bytes queued.\n", (unsigned int) queued); in loop()
64 if (queued <= 8192) { /* time to requeue the whole thing? */ in loop()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c208 u8_t queued; in pbuf_pool_is_empty()
211 queued = pbuf_free_ooseq_pending; in pbuf_pool_is_empty()
215 if (!queued) { in pbuf_pool_is_empty()
/AliOS-Things-master/components/ble_host/bt_host/host/
A DKconfig191 queued TX buffers never need to be fragmented, i.e. that the
234 int "Maximum number of queued outgoing ATT PDUs"
238 Number of ATT PDUs that can be at a single moment queued for
240 amount the calls will block until an existing queued PDU gets

Completed in 28 milliseconds