Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h31 #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))