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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/
H A Dos2threads.h51 void *(*start_routine)(void *); member in struct:thread_arg
59 thread_arg->start_routine(thread_arg->arg);
64 static av_always_inline int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg) argument
70 thread_arg->start_routine = start_routine;
H A Dw32pthreads.h86 void *(*start_routine)(void*), void *arg)
88 thread->func = start_routine;
85 pthread_create(pthread_t *thread, const void *unused_attr, void *(*start_routine)(void*), void *arg) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dw32pthreads.h75 void *(*start_routine)(void*), void *arg)
77 thread->func = start_routine;
74 pthread_create(pthread_t *thread, const void *unused_attr, void *(*start_routine)(void*), void *arg) argument

Completed in 82 milliseconds