Searched refs:tq_threads (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dtaskqueue.c33 thread_id *tq_threads; member in struct:taskqueue
65 tq->tq_threads = NULL;
145 if (tq->tq_threads != NULL)
149 tq->tq_threads = &tq->tq_thread_storage;
151 tq->tq_threads = malloc(sizeof(thread_id) * count);
152 if (tq->tq_threads == NULL)
159 free(tq->tq_threads);
160 tq->tq_threads = NULL;
165 tq->tq_threads[i] = spawn_kernel_thread(tq_handle_thread, tq->tq_name,
167 if (tq->tq_threads[
[all...]

Completed in 33 milliseconds