Home
last modified time | relevance | path

Searched refs:thfunc (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h31 …ead_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned in… argument
52 #define pthread_create(thhandle,attr,thfunc,tharg) \
53 ((int)((*(thhandle)=_beginthread(thfunc,NULL,1024*1024,tharg))==-1))