Home
last modified time | relevance | path

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

/external/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
Dminimal-http-client-attach.c21 static pthread_t lws_thread; variable
232 if (pthread_create(&lws_thread, NULL, lws_create, NULL)) { in main()
268 pthread_join(lws_thread, &retval); in main()