Searched refs:do_sync (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
D | snmp_threadsync.c | 173 do_sync(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance, snmp_threads… in do_sync() function 211 return do_sync(root_oid, root_oid_len, instance, get_instance_synced); in snmp_threadsync_get_instance() 217 return do_sync(root_oid, root_oid_len, instance, get_next_instance_synced); in snmp_threadsync_get_next_instance()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesink.c | 2121 gboolean * do_sync, gboolean * stepped, GstStepInfo * step, in gst_base_sink_get_sync_times() argument 2168 *do_sync = GST_CLOCK_TIME_IS_VALID (rstart); in gst_base_sink_get_sync_times() 2190 *do_sync = TRUE; in gst_base_sink_get_sync_times() 2210 *do_sync = FALSE; in gst_base_sink_get_sync_times() 2212 *do_sync = TRUE; in gst_base_sink_get_sync_times() 2218 GST_TIME_ARGS (stop), *do_sync); in gst_base_sink_get_sync_times() 2733 gboolean do_sync; in gst_base_sink_do_sync() local 2748 do_sync = TRUE; in gst_base_sink_do_sync() 2759 &sstart, &sstop, &rstart, &rstop, &rnext, &do_sync, &stepped, current, in gst_base_sink_do_sync() 2775 priv->eos_rtime = (do_sync ? rnext : GST_CLOCK_TIME_NONE); in gst_base_sink_do_sync() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpsession.c | 2415 RTPPacketInfo * pinfo, gboolean * do_sync) in rtp_session_process_sr() argument 2438 *do_sync = FALSE; in rtp_session_process_sr() 2440 *do_sync = TRUE; in rtp_session_process_sr() 3026 gboolean more, is_bye = FALSE, do_sync = FALSE; in rtp_session_process_rtcp() local 3057 rtp_session_process_sr (sess, &packet, &pinfo, &do_sync); in rtp_session_process_rtcp() 3068 do_sync = FALSE; in rtp_session_process_rtcp() 3111 if (do_sync && sess->callbacks.sync_rtcp) { in rtp_session_process_rtcp()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 2208 int do_sync = 1; in do_scsi_device_read_write() local 2626 if (do_sync) { in do_scsi_device_read_write() 6295 int do_sync = 1; in do_scsi_sgm_read_write() local 6707 if (do_sync) { in do_scsi_sgm_read_write() 7298 int do_sync = 1; in do_scsi_sgp_read_write() local 7599 if (do_sync) { in do_scsi_sgp_read_write()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 400 int do_sync(struct io_req *req); 1041 rval = do_sync(&ioreq); in doio() 3600 int do_sync(struct io_req *req) in do_sync() function
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 22945 It is calling do_sync(), which requires the STREAM_LOCK and PREROLL_LOCK to be 30167 if (syncable && do_sync)
|