HomeSort by: relevance | last modified time | path
    Searched defs:worker_thread (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctfmerge.c 310 * back in worker_thread(), so we don't need to worry about pesky things
584 worker_thread(void *v) function
806 if ((errno = pthread_create(&wq->wq_thread[i], NULL, worker_thread, wq)) != 0)
ctfmerge.c 310 * back in worker_thread(), so we don't need to worry about pesky things
584 worker_thread(void *v) function
806 if ((errno = pthread_create(&wq->wq_thread[i], NULL, worker_thread, wq)) != 0)
  /src/external/public-domain/xz/dist/src/liblzma/common/
stream_decoder_mt.c 36 struct worker_thread { struct
111 struct worker_thread *next;
189 /// points to an array of threads_max number of worker_thread structs.
190 struct worker_thread *threads;
197 struct worker_thread *threads_free;
201 struct worker_thread *thr;
323 struct worker_thread *thr = thr_ptr;
335 struct worker_thread *thr = thr_ptr;
547 /// Initialize a new worker_thread structure and create a new thread.
558 coder->threads_max * sizeof(struct worker_thread),
    [all...]
stream_encoder_mt.c 48 typedef struct worker_thread_s worker_thread; typedef in typeref:struct:worker_thread_s
93 worker_thread *next;
166 worker_thread *threads;
179 worker_thread *threads_free;
183 worker_thread *thr;
202 worker_error(worker_thread *thr, lzma_ret ret)
219 worker_encode(worker_thread *thr, size_t *out_pos, worker_state state)
365 worker_thread *thr = thr_ptr;
494 /// Initialize a new worker_thread structure and create a new thread.
499 worker_thread *thr = &coder->threads[coder->threads_initialized]
    [all...]
stream_decoder_mt.c 36 struct worker_thread { struct
111 struct worker_thread *next;
189 /// points to an array of threads_max number of worker_thread structs.
190 struct worker_thread *threads;
197 struct worker_thread *threads_free;
201 struct worker_thread *thr;
323 struct worker_thread *thr = thr_ptr;
335 struct worker_thread *thr = thr_ptr;
547 /// Initialize a new worker_thread structure and create a new thread.
558 coder->threads_max * sizeof(struct worker_thread),
    [all...]
stream_encoder_mt.c 48 typedef struct worker_thread_s worker_thread; typedef in typeref:struct:worker_thread_s
93 worker_thread *next;
166 worker_thread *threads;
179 worker_thread *threads_free;
183 worker_thread *thr;
202 worker_error(worker_thread *thr, lzma_ret ret)
219 worker_encode(worker_thread *thr, size_t *out_pos, worker_state state)
365 worker_thread *thr = thr_ptr;
494 /// Initialize a new worker_thread structure and create a new thread.
499 worker_thread *thr = &coder->threads[coder->threads_initialized]
    [all...]

Completed in 37 milliseconds