Searched defs:workers (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc176 pthread_t workers[kNumWorkers], forker; local
178 PTHREAD_CREATE(&workers[i], 0, MallocIntrospectionLockWorker, 0);
182 PTHREAD_JOIN(workers[i], 0);
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc106 VPxWorker workers[kNumWorkers]; local
111 vpx_get_worker_interface()->init(&workers[n]);
113 workers[n].hook = ThreadHook;
114 workers[n].data1 = &hook_data[n];
115 workers[n].data2 = &return_value[n];
120 EXPECT_NE(vpx_get_worker_interface()->reset(&workers[n]), 0);
125 Run(&workers[n]);
129 vpx_get_worker_interface()->end(&workers[n]);
201 // Note any worker that requires synchronization between other workers will
/external/libvpx/libvpx/vp9/common/
H A Dvp9_thread_common.c160 VPxWorker *workers, int nworkers,
184 // workers on cores equal to the number of tile columns. Then if the decoder
187 // then the number of workers used by the loopfilter should be revisited.
189 VPxWorker *const worker = &workers[i];
212 winterface->sync(&workers[i]);
221 VPxWorker *workers, int num_workers,
238 y_only, workers, num_workers, lf_sync);
156 loop_filter_rows_mt(YV12_BUFFER_CONFIG *frame, VP9_COMMON *cm, struct macroblockd_plane planes[MAX_MB_PLANE], int start, int stop, int y_only, VPxWorker *workers, int nworkers, VP9LfSync *lf_sync) argument
216 vp9_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame, VP9_COMMON *cm, struct macroblockd_plane planes[MAX_MB_PLANE], int frame_filter_level, int y_only, int partial_frame, VPxWorker *workers, int num_workers, VP9LfSync *lf_sync) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h500 VPxWorker *workers; member in struct:VP9_COMP

Completed in 426 milliseconds