Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
Dminimal-http-server-smp.c57 void *thread_service(void *threadid) in thread_service() function
128 if (pthread_create(&pthread_service[n], NULL, thread_service, in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dminimal-ws-server.c90 void *thread_service(void *threadid) in thread_service() function
122 thread_service, in system_notify_cb()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/
Dminimal-http-server-eventlib-smp.c55 void *thread_service(void *threadid) in thread_service() function
158 if (pthread_create(&pthread_service[n], NULL, thread_service, in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
Dminimal-ws-server.c92 void *thread_service(void *threadid) in thread_service() function
184 if (pthread_create(&pthread_service[n], NULL, thread_service, in main()