Searched refs:thhandle (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | threading.h | 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(… argument 52 #define pthread_create(thhandle,attr,thfunc,tharg) \ 53 ((int)((*(thhandle)=_beginthread(thfunc,NULL,1024*1024,tharg))==-1))
|