Home
last modified time | relevance | path

Searched refs:lws_now_usecs (Results 1 – 25 of 47) sorted by relevance

12

/third_party/libwebsockets/lib/plat/windows/
Dwindows-misc.c32 lws_now_usecs(void) in lws_now_usecs() function
62 time_t ret = lws_now_usecs() / 1000000; in time()
Dwindows-service.c141 us = __lws_sul_service_ripe(&pt->pt_sul_owner, lws_now_usecs()); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/tls/
Dtls-server.c295 wsi->accept_start_us = lws_now_usecs(); in lws_server_socket_service_ssl()
320 lws_now_usecs() - in lws_server_socket_service_ssl()
322 wsi->accept_start_us = lws_now_usecs(); in lws_server_socket_service_ssl()
328 lws_now_usecs() - in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c103 lws_usec_t now = lws_now_usecs(); in us_accrue()
119 lws_usec_t now = lws_now_usecs(); in __lws_threadpool_task_dump()
231 task->entered_state = lws_now_usecs(); in state_transition()
496 task->acquired = pool->acquired = lws_now_usecs(); in lws_threadpool_worker()
555 then = lws_now_usecs(); in lws_threadpool_worker()
574 then = lws_now_usecs(); in lws_threadpool_worker()
599 pool->task->done = lws_now_usecs(); in lws_threadpool_worker()
722 task->done = lws_now_usecs(); in lws_threadpool_finish()
833 task->done = lws_now_usecs(); in lws_threadpool_dequeue()
940 task->created = lws_now_usecs(); in lws_threadpool_enqueue()
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c111 us = lws_now_usecs(); in _lws_plat_service_tsi()
144 pt->ust_left_poll = lws_now_usecs(); in _lws_plat_service_tsi()
Dunix-misc.c31 lws_now_usecs(void) in lws_now_usecs() function
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-service.c113 us = __lws_sul_service_ripe(&pt->pt_sul_owner, lws_now_usecs()); in _lws_plat_service_tsi()
150 pt->ust_left_poll = lws_now_usecs(); in _lws_plat_service_tsi()
Dfreertos-misc.c28 lws_now_usecs(void) in lws_now_usecs() function
/third_party/libwebsockets/lib/roles/http/client/
Dclient-handshake.c188 wsi->detlat.earliest_write_req_pre_write = lws_now_usecs(); in lws_client_connect_4_established()
454 lws_now_usecs() -
458 wsi->detlat.earliest_write_req_pre_write = lws_now_usecs();
663 wsi->detlat.earliest_write_req_pre_write = lws_now_usecs();
716 lws_now_usecs() -
722 lws_now_usecs();
938 lws_now_usecs() -
942 wsi->detlat.earliest_write_req_pre_write = lws_now_usecs();
987 wsi->detlat.earliest_write_req_pre_write = lws_now_usecs();
/third_party/libwebsockets/lib/core-net/
Ddetailed-latency.c66 (unsigned long long)lws_now_usecs(), types[d->type], in lws_det_lat_plot_cb()
Dsequencer.c120 seq->time_created = lws_now_usecs(); in lws_seq_create()
322 return lws_now_usecs() - seq->time_created; in lws_seq_us_since_creation()
Dsorted-usec-list.c50 lws_usec_t now = lws_now_usecs(); in __lws_sul_insert()
Doutput.c255 us = lws_now_usecs(); in lws_write()
276 wsi->detlat.latencies[LAT_DUR_USERCB] = lws_now_usecs() - us; in lws_write()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c120 lws_usec_t us = lws_now_usecs(); in lws_ss_serialize_rx_payload()
216 lws_usec_t us = lws_now_usecs(); in lws_ss_deserialize_tx_payload()
532 us = lws_now_usecs(); in lws_ss_deserialize_parse()
588 lws_now_usecs() - us; in lws_ss_deserialize_parse()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c68 lws_now_usecs() - wsi->accept_start_us); in lws_ssl_capable_read()
122 lws_now_usecs() - pt->ust_left_poll; in lws_ssl_capable_read()
/third_party/libwebsockets/include/libwebsockets/
Dlws-timeout-timer.h75 #define lws_time_in_microseconds lws_now_usecs
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/
Dminimal-http-server.c90 (unsigned long long)lws_now_usecs()); in callback_http()
/third_party/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c70 lws_now_usecs(void) in lws_now_usecs() function
Dnetwork.c124 us = __lws_sul_service_ripe(&pt->pt_sul_owner, lws_now_usecs()); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c35 us = __lws_sul_service_ripe(&pt->pt_sul_owner, lws_now_usecs()); in lws_ev_hrtimer_cb()
63 us = __lws_sul_service_ripe(&pt->pt_sul_owner, lws_now_usecs()); in lws_ev_idle_cb()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c200 lws_now_usecs() - in lws_ssl_capable_read()
282 lws_now_usecs() - pt->ust_left_poll; in lws_ssl_capable_read()
/third_party/libwebsockets/lib/misc/fts/
Dtrie.c546 unsigned long long tf = lws_now_usecs(); in lws_fts_fill()
1089 t->agg_trie_creation_us += lws_now_usecs() - tf; in lws_fts_fill()
1100 unsigned long long tf = lws_now_usecs(); in lws_fts_serialize()
1360 (int)((lws_now_usecs() - tf) / 1000), in lws_fts_serialize()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c35 us = __lws_sul_service_ripe(&pt->pt_sul_owner, lws_now_usecs()); in lws_event_hrtimer_cb()
79 us = __lws_sul_service_ripe(&pt->pt_sul_owner, lws_now_usecs()); in lws_event_idle_timer_cb()
/third_party/libwebsockets/lib/roles/http/
Dheader.c99 wsi->detlat.earliest_write_req_pre_write = lws_now_usecs(); in lws_finalize_write_http_header()
455 wsi->detlat.earliest_write_req_pre_write = lws_now_usecs(); in lws_return_http_status()
/third_party/libwebsockets/lib/misc/
Dspawn.c146 lsp->reaped = lws_now_usecs(); in lws_spawn_reap()
407 lsp->created = lws_now_usecs(); in lws_spawn_piped()

12