Searched refs:thread_service (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/ |
D | minimal-http-server-smp.c | 57 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/ |
D | minimal-ws-server.c | 90 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/ |
D | minimal-http-server-eventlib-smp.c | 55 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/ |
D | minimal-ws-server.c | 92 void *thread_service(void *threadid) in thread_service() function 184 if (pthread_create(&pthread_service[n], NULL, thread_service, in main()
|