Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_colorlevels.c108 struct thread_data { struct
125 const struct thread_data *td = arg;\ argument
Dvf_nlmeans.c334 struct thread_data { struct
347 const struct thread_data *td = arg; in nlmeans_slice() argument
Dvf_lut.c340 struct thread_data { struct
350 const struct thread_data *td = arg;\ argument
Dvf_lensfun.c293 const VignettingThreadData *thread_data = arg; in vignetting_filter_slice() local
316 const DistortionCorrectionThreadData *thread_data = arg; in distortion_correction_filter_slice() local
/third_party/curl/lib/
Dasyn-ares.c88 struct thread_data { struct
89 int num_pending; /* number of ares_gethostbyname() requests */
90 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares
92 int last_status;
93 struct curltime happy_eyeballs_dns_time; /* when this timer started, or 0 */
Dasyn-thread.c178 struct thread_data { struct
179 curl_thread_t thread_hnd;
180 unsigned int poll_interval;
181 timediff_t interval_end;
182 struct thread_sync_data tsd;
Dnwlib.c161 struct libthreaddata *thread_data; in GetOrSetUpData() local
/third_party/boost/libs/log/src/
Dcore.cpp238 struct thread_data struct
241 attribute_set m_thread_attributes;
243 random::taus88 m_rng;
245 thread_data() : m_rng(get_random_seed()) in thread_data() argument
251 static uint32_t get_random_seed() in get_random_seed()
/third_party/glib/glib/tests/
Dspawn-multithreaded.c148 test_spawn_async_multithreaded_instance (gpointer thread_data) in test_spawn_async_multithreaded_instance()
/third_party/boost/boost/thread/detail/
Dthread.hpp67 class thread_data: class
72 thread_data(BOOST_THREAD_RV_REF(F) f_, BOOST_THREAD_RV_REF(ArgTypes)... args_): in thread_data() function in boost::detail::thread_data
624 data thread_data; member in boost::thread::id
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c1648 gst_curl_http_src_curl_multi_loop (gpointer thread_data) in gst_curl_http_src_curl_multi_loop()
/third_party/glib/gio/
Dgtask.c1423 g_task_thread_pool_thread (gpointer thread_data, in g_task_thread_pool_thread()
/third_party/ffmpeg/libavcodec/
Dvp8.h148 VP8ThreadData *thread_data; member
Dexr.c156 EXRThreadData *thread_data; member