Home
last modified time | relevance | path

Searched defs:tsi (Results 1 - 25 of 42) sorted by relevance

12

/third_party/libwebsockets/lib/event-libs/poll/
H A Dpoll.c29 elops_foreign_thread_poll(struct lws_context *cx, int tsi) in elops_foreign_thread_poll() argument
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-pipe.c89 lws_plat_pipe_signal(struct lws_context *ctx, int tsi) in lws_plat_pipe_signal() argument
H A Dfreertos-service.c41 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi() argument
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-pipe.c65 lws_plat_pipe_signal(struct lws_context *ctx, int tsi) in lws_plat_pipe_signal() argument
H A Dunix-service.c37 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi) in _lws_plat_service_forced_tsi() argument
72 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi() argument
H A Dunix-spawn.c71 lws_create_stdwsi(struct lws_context *context, int tsi, in lws_create_stdwsi() argument
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect.c135 int tsi; in lws_client_connect_via_info() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-dbus.h47 int tsi; /* the lws thread service index (0 if only one service member
H A Dlws-sequencer.h84 int tsi; /* thread service idx */ member
H A Dlws-cache-ttl.h249 int tsi; member
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-service.c32 _lws_plat_service_forced_tsi(struct lws_context *context, int tsi) in _lws_plat_service_forced_tsi() argument
61 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi() argument
[all...]
H A Dwindows-pipe.c97 lws_plat_pipe_signal(struct lws_context *ctx, int tsi) in lws_plat_pipe_signal() argument
H A Dwindows-spawn.c65 lws_create_basic_wsi(struct lws_context *context, int tsi, in lws_create_basic_wsi() argument
[all...]
/third_party/libwebsockets/lib/system/
H A Dsystem.c154 __lws_system_attach(struct lws_context *context, int tsi, lws_attach_cb_t cb, in __lws_system_attach() argument
/third_party/curl/lib/
H A Dgetinfo.c535 struct curl_tlssessioninfo *tsi = &data->tsi; in getinfo_slist() local
/third_party/libwebsockets/lib/core-net/
H A Dservice.c29 lws_service_assert_loop_thread(struct lws_context *cx, int tsi) in lws_service_assert_loop_thread() argument
297 lws_service_adjust_timeout(struct lws_context *context, int timeout_ms, int tsi) in lws_service_adjust_timeout() argument
568 lws_service_flag_pending(struct lws_context *context, int tsi) in lws_service_flag_pending() argument
638 lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, int tsi) lws_service_fd_tsi() argument
847 lws_service_tsi(struct lws_context *context, int timeout_ms, int tsi) lws_service_tsi() argument
[all...]
H A Dsorted-usec-list.c77 lws_sul2_schedule(struct lws_context *context, int tsi, int flags, in lws_sul2_schedule() argument
278 lws_sul_schedule(struct lws_context *ctx, int tsi, lws_sorted_usec_list_t *sul, in lws_sul_schedule() argument
299 lws_sul_schedule_wakesuspend(struct lws_context *ctx, int tsi, in lws_sul_schedule_wakesuspend() argument
/third_party/libwebsockets/lib/event-libs/uloop/
H A Duloop.c151 elops_init_pt_uloop(struct lws_context *context, void *v, int tsi) in elops_init_pt_uloop() argument
212 elops_run_pt_uloop(struct lws_context *context, int tsi) in elops_run_pt_uloop() argument
229 elops_destroy_pt_uloop(struct lws_context *context, int tsi) in elops_destroy_pt_uloop() argument
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/
H A Dminimal-dbus-client.c87 create_dbus_client_conn(struct lws_vhost *vh, int tsi, const char *ads) in create_dbus_client_conn() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
H A Dminimal-http-client-attach.c120 attach_callback(struct lws_context *context, int tsi, void *opaque) in attach_callback() argument
151 lws_attach_with_pthreads_locking(struct lws_context *context, int tsi, in lws_attach_with_pthreads_locking() argument
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c265 int tsi = (int)(pt - &context->pt[0]); in lws_uv_close_cb_sa() local
330 lws_libuv_stop_without_kill(const struct lws_context *context, int tsi) in lws_libuv_stop_without_kill() argument
311 lws_libuv_static_refcount_add(uv_handle_t *h, struct lws_context *context, int tsi) lws_libuv_static_refcount_add() argument
337 lws_uv_getloop(struct lws_context *context, int tsi) lws_uv_getloop() argument
644 elops_run_pt_uv(struct lws_context *context, int tsi) elops_run_pt_uv() argument
651 elops_destroy_pt_uv(struct lws_context *context, int tsi) elops_destroy_pt_uv() argument
717 elops_init_pt_uv(struct lws_context *context, void *_loop, int tsi) elops_init_pt_uv() argument
891 elops_foreign_thread_uv(struct lws_context *cx, int tsi) elops_foreign_thread_uv() argument
[all...]
/third_party/libwebsockets/lib/event-libs/libevent/
H A Dlibevent.c196 elops_init_pt_event(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_event() argument
326 elops_run_pt_event(struct lws_context *context, int tsi) in elops_run_pt_event() argument
349 elops_destroy_pt_event(struct lws_context *context, int tsi) elops_destroy_pt_event() argument
[all...]
/third_party/libwebsockets/lib/event-libs/glib/
H A Dglib.c307 elops_init_pt_glib(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_glib() argument
388 elops_run_pt_glib(struct lws_context *context, int tsi) in elops_run_pt_glib() argument
433 elops_destroy_pt_glib(struct lws_context *context, int tsi) elops_destroy_pt_glib() argument
[all...]
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c158 elops_init_pt_ev(struct lws_context *context, void *_loop, int tsi) in elops_init_pt_ev() argument
255 elops_destroy_pt_ev(struct lws_context *context, int tsi) in elops_destroy_pt_ev() argument
339 elops_run_pt_ev(struct lws_context *context, int tsi) elops_run_pt_ev() argument
[all...]
/third_party/libwebsockets/lib/event-libs/sdevent/
H A Dsdevent.c246 init_pt_sd(struct lws_context *context, void *_loop, int tsi) in init_pt_sd() argument
359 run_pt_sd(struct lws_context *context, int tsi) in run_pt_sd() argument
379 destroy_pt_sd(struct lws_context *context, int tsi) in destroy_pt_sd() argument
[all...]

Completed in 14 milliseconds

12