Home
last modified time | relevance | path

Searched refs:sync_message (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstbus.h152 void (*sync_message) (GstBus *bus, GstMessage *message); member
Dgstbus.c229 G_STRUCT_OFFSET (GstBusClass, sync_message), NULL, NULL, in gst_bus_class_init()
/third_party/boost/libs/graph_parallel/src/
Dmpi_process_group.cpp819 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()