Searched refs:sync_message (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.h | 152 void (*sync_message) (GstBus *bus, GstMessage *message); member
|
D | gstbus.c | 229 G_STRUCT_OFFSET (GstBusClass, sync_message), NULL, NULL, in gst_bus_class_init()
|
/third_party/boost/libs/graph_parallel/src/ |
D | mpi_process_group.cpp | 819 int sync_message = no_new_messages ? -1 : impl_->number_sent_batches[dest]; in synchronize() local 823 MPI_Isend(&sync_message, 1, MPI_INT, dest, msg_synchronizing, impl_->comm,&request); in synchronize()
|