OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREAD_RETURN
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vpx_util/
vpx_thread.h
48
#define
THREAD_RETURN
(val) (unsigned int)((DWORD_PTR)val)
153
# define
THREAD_RETURN
(val) val
vpx_thread.c
51
return
THREAD_RETURN
(NULL); // Thread is finished
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h
45
#define
THREAD_RETURN
(val) (unsigned int)((DWORD_PTR)val)
150
# define
THREAD_RETURN
(val) val
vp9_thread.c
47
return
THREAD_RETURN
(NULL); // Thread is finished
/external/opencv3/3rdparty/libwebp/utils/
thread.c
33
#define
THREAD_RETURN
(val) (unsigned int)((DWORD_PTR)val)
131
# define
THREAD_RETURN
(val) val
156
return
THREAD_RETURN
(NULL); // Thread is finished
/external/webp/src/utils/
thread.c
68
#define
THREAD_RETURN
(val) (unsigned int)((DWORD_PTR)val)
200
# define
THREAD_RETURN
(val) val
225
return
THREAD_RETURN
(NULL); // Thread is finished
Completed in 98 milliseconds