Home
last modified time | relevance | path

Searched defs:_pt (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c35 #define pt_to_priv_glib(_pt) ((struct lws_pt_eventlibs_glib *)(_pt)->evlib_pt) argument
40 #define pt_to_loop(_pt) (pt_to_priv_glib(_pt)->loop) argument
41 #define pt_to_g_main_context(_pt) g_main_loop_get_context(pt_to_loop(_pt)) argument
/third_party/libwebsockets/lib/core-net/
Dsorted-usec-list.c275 struct lws_context_per_thread *_pt = &ctx->pt[tsi]; in lws_sul_schedule() local
297 struct lws_context_per_thread *_pt = &ctx->pt[tsi]; in lws_sul_schedule_wakesuspend() local
/third_party/libwebsockets/lib/event-libs/libuv/
Dprivate-lib-event-libs-libuv.h40 #define LWS_UV_REFCOUNT_STATIC_HANDLE_NEW(_x, _pt) \ argument
Dlibuv.c28 #define pt_to_priv_uv(_pt) ((struct lws_pt_eventlibs_libuv *)(_pt)->evlib_pt) argument
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c28 #define pt_to_priv_uloop(_pt) ((struct lws_pt_eventlibs_uloop *)(_pt)->evlib_pt) argument
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c6 #define pt_to_priv_sd(_pt) ((struct lws_pt_eventlibs_sdevent *)(_pt)->evlib_pt) argument
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c28 #define pt_to_priv_event(_pt) ((struct lws_pt_eventlibs_libevent *)(_pt)->evlib_pt) argument
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c28 #define pt_to_priv_ev(_pt) ((struct lws_pt_eventlibs_libev *)(_pt)->evlib_pt) argument