OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_worker_interface
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_util/
vpx_thread.c
165
static VPxWorkerInterface
g_worker_interface
= {
variable
176
g_worker_interface
= *winterface;
181
return &
g_worker_interface
;
/external/webp/src/utils/
thread.c
339
static WebPWorkerInterface
g_worker_interface
= {
variable
350
g_worker_interface
= *winterface;
355
return &
g_worker_interface
;
Completed in 541 milliseconds