Searched defs:strt (Results 1 - 3 of 3) sorted by relevance

/external/libhevc/common/
H A Dithread.c64 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) argument
66 return pthread_create((pthread_t *)thread_handle, attribute, (void * (*)(void *))strt, argument);
/external/libmpeg2/common/
H A Dithread.c70 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) argument
73 return pthread_create((pthread_t *)thread_handle, NULL,(void *(*)(void *)) strt, argument);
/external/libavc/common/
H A Dithread.c77 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) argument
80 return pthread_create((pthread_t *)thread_handle, NULL,(void *(*)(void *)) strt, argument);

Completed in 127 milliseconds