HomeSort by relevance Sort by last modified time
    Searched refs:THREADFN (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
thread.c 32 #define THREADFN unsigned int __stdcall
130 # define THREADFN void*
136 static THREADFN WebPWorkerThreadLoop(void *ptr) { // thread loop
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 35 #define THREADFN unsigned int __stdcall
133 # define THREADFN void*
139 static THREADFN thread_loop(void *ptr) { // thread loop
  /external/webp/src/utils/
thread.c 32 #define THREADFN unsigned int __stdcall
130 # define THREADFN void*
136 static THREADFN WebPWorkerThreadLoop(void *ptr) { // thread loop

Completed in 52 milliseconds