/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/boost/libs/beast/test/extras/include/boost/beast/test/ |
D | websocket.hpp | 67 t_ = std::thread{[&]{ do_sync(); }}; in ws_echo_server() 126 do_sync() in do_sync() function in boost::beast::test::ws_echo_server
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesink.c | 2116 gboolean * do_sync, gboolean * stepped, GstStepInfo * step, in gst_base_sink_get_sync_times() argument 2163 *do_sync = GST_CLOCK_TIME_IS_VALID (rstart); in gst_base_sink_get_sync_times() 2185 *do_sync = TRUE; in gst_base_sink_get_sync_times() 2205 *do_sync = FALSE; in gst_base_sink_get_sync_times() 2207 *do_sync = TRUE; in gst_base_sink_get_sync_times() 2213 GST_TIME_ARGS (stop), *do_sync); in gst_base_sink_get_sync_times() 2728 gboolean do_sync; in gst_base_sink_do_sync() local 2743 do_sync = TRUE; in gst_base_sink_do_sync() 2754 &sstart, &sstop, &rstart, &rstop, &rnext, &do_sync, &stepped, current, in gst_base_sink_do_sync() 2770 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/boost/libs/beast/test/beast/websocket/ |
D | test.hpp | 102 t_ = std::thread{[&]{ do_sync(); }}; in echo_server() 159 do_sync() in do_sync() function in boost::beast::websocket::websocket_test_suite::echo_server
|
/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)
|