Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_threadsync.c173 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/
Dwebsocket.hpp67 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/
Dgstbasesink.c2116 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/
Drtpsession.c2415 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/
Dtest.hpp102 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/
Dscsimain.c2208 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/
Ddoio.c400 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/
DChangeLog22945 It is calling do_sync(), which requires the STREAM_LOCK and PREROLL_LOCK to be
30167 if (syncable && do_sync)