Searched refs:deStreamCpyThread (Results 1 – 5 of 5) sorted by relevance
30 deStreamCpyThread* thread = (deStreamCpyThread*)arg; in cpyStream()60 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 buffer… in deStreamCpyThread_create()62 deStreamCpyThread* thread = malloc(sizeof(deStreamCpyThread)); in deStreamCpyThread_create()76 void deStreamCpyThread_destroy (deStreamCpyThread* thread) in deStreamCpyThread_destroy()83 void deStreamCpyThread_join (deStreamCpyThread* thread) in deStreamCpyThread_join()
38 } deStreamCpyThread; typedef40 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 buffer…41 void deStreamCpyThread_destroy (deStreamCpyThread* thread);43 void deStreamCpyThread_join (deStreamCpyThread* thread);
9 deStreamCpyThread.h10 deStreamCpyThread.c
44 deStreamCpyThread* thread;
485 "framework/delibs/destream/deStreamCpyThread.c",