Lines Matching refs:thread
73 pthread_t thread;
162 "(queued %dms, on thread: %dms, "
313 * tsi context for any wsis bound to a worked thread that need it
349 * writable from the correct service thread
373 * writable from the correct service thread
567 * a "callback on writable" request on the service thread and
570 * This allows the work on the thread to be synchronized to the
726 if (pthread_create(&tp->pool_list[n].thread, NULL,
728 lwsl_err("thread creation failed\n");
732 pthread_setname_np(tp->pool_list[n].thread, name);
814 pthread_join(tp->pool_list[n].thread, &retval);
901 /* he's not in the queue... is he already running on a thread? */
909 * worker thread
915 * the caller will hear about it in his service thread
988 * first, then any free thread may pick it up after the wake_idle
1041 /* alert any idle thread there's something new on the task list */
1052 /* this should be called from the service thread */
1072 lwsl_thread("%s: %s: service thread REAPING: %s\n",