Home
last modified time | relevance | path

Searched defs:thread_data (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_nlmeans.c279 struct thread_data { struct
292 const struct thread_data *td = arg; in nlmeans_slice() argument
Dvf_lut.c338 struct thread_data { struct
348 const struct thread_data *td = arg;\ argument
Dvf_lensfun.c288 const VignettingThreadData *thread_data = arg; in vignetting_filter_slice() local
311 const DistortionCorrectionThreadData *thread_data = arg; in distortion_correction_filter_slice() local
/third_party/curl/lib/
Dasyn-ares.c101 struct thread_data { struct
102 int num_pending; /* number of outstanding c-ares requests */
103 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares
105 int last_status;
107 struct curltime happy_eyeballs_dns_time; /* when this timer started, or 0 */
109 char hostname[1];
Dasyn-thread.c181 struct thread_data { struct
183 HANDLE complete_ev;
185 curl_thread_t thread_hnd;
186 unsigned int poll_interval;
187 timediff_t interval_end;
188 struct thread_sync_data tsd;
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_fastpath.c56 struct lp_jit_thread_data *thread_data, in no_op()
154 struct lp_jit_thread_data *thread_data, in red()
181 struct lp_jit_thread_data *thread_data, in green()
Dlp_rast_priv.h101 struct lp_jit_thread_data thread_data; member
Dlp_state_cs.c1331 struct lp_jit_cs_thread_data thread_data; in cs_exec_fn() local
/third_party/mbedtls/tests/src/
Dthreading_helpers.c19 void *), void *thread_data) in threading_thread_create_pthread()
55 void *thread_data) in threading_thread_create_fail()
/third_party/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c71 thread_function(void *thread_data) in thread_function()
/third_party/musl/libc-test/src/functional/
Dtest-mallinfo.c85 thread_data_t thread_data[SIZES_COUNT]; in test_different_threads() local
Dtest-malloc-stats-common.h122 thread_data_t *thread_data = arg; in allocate_wait_free() local
Dtest-malloc-info-stats-print.h111 thread_data_t thread_data[SIZES_COUNT]; in get_different_threads_test_results() local
/third_party/ffmpeg/libavcodec/
Dvp8.h149 VP8ThreadData *thread_data; member
Dexr.c185 EXRThreadData *thread_data; member