Home
last modified time | relevance | path

Searched refs:reader_thread (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/log/test/run/
Dutil_ipc_reliable_mq.cpp410 …boost::thread reader_thread(&stop_reset_reading_thread, boost::ref(reader_queue), reader_results, … in BOOST_AUTO_TEST_CASE() local
414 reader_thread.join(); in BOOST_AUTO_TEST_CASE()
443 …hread(&stop_reset_reading_thread, boost::ref(reader_queue), reader_results, 2).swap(reader_thread); in BOOST_AUTO_TEST_CASE()
455 reader_thread.join(); in BOOST_AUTO_TEST_CASE()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.h65 GThread *reader_thread; member
Dgstipcpipelinecomm.c2171 reader_thread (gpointer data) in reader_thread() function
2208 if (comm->reader_thread) in gst_ipc_pipeline_comm_start_reader_thread()
2220 comm->reader_thread = in gst_ipc_pipeline_comm_start_reader_thread()
2221 g_thread_new ("reader", (GThreadFunc) reader_thread, comm); in gst_ipc_pipeline_comm_start_reader_thread()
2228 if (!comm->reader_thread) in gst_ipc_pipeline_comm_stop_reader_thread()
2232 g_thread_join (comm->reader_thread); in gst_ipc_pipeline_comm_stop_reader_thread()
2233 comm->reader_thread = NULL; in gst_ipc_pipeline_comm_stop_reader_thread()
Dgstipcpipelinesink.c611 if (!sink->comm.reader_thread) { in gst_ipc_pipeline_sink_change_state()
Dgstipcpipelinesrc.c945 if (!src->comm.reader_thread) { in gst_ipc_pipeline_src_change_state()
/third_party/glib/gio/tests/
Dwin32-streams.c87 reader_thread (gpointer user_data) in reader_thread() function
240 reader = g_thread_new ("reader", reader_thread, NULL); in test_pipe_io()
Dunix-streams.c82 reader_thread (gpointer user_data) in reader_thread() function
291 reader = g_thread_new ("reader", reader_thread, NULL); in test_pipe_io()
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc1324 std::thread reader_thread(ReaderThreadFunc, stream.get(), &ev); in TEST_P() local
1327 reader_thread.join(); in TEST_P()