Home
last modified time | relevance | path

Searched defs:_synchronous (Results 1 – 16 of 16) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dworker.h115 bool _synchronous; variable
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DProxyIceInvoke.java171 …private boolean _synchronous; // True if this AMI request is being used for a generated synchronou… field in ProxyIceInvoke
H A DInvocationFutureI.java501 …protected boolean _synchronous; // True if this AMI request is being used for a generated synchron… field in InvocationFutureI
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DProxyIceInvoke.java171 …private boolean _synchronous; // True if this AMI request is being used for a generated synchronou… field in ProxyIceInvoke
H A DInvocationFutureI.java501 …protected boolean _synchronous; // True if this AMI request is being used for a generated synchron… field in InvocationFutureI
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DProxyIceInvoke.java171 …private boolean _synchronous; // True if this AMI request is being used for a generated synchronou… field in ProxyIceInvoke
H A DInvocationFutureI.java501 …protected boolean _synchronous; // True if this AMI request is being used for a generated synchron… field in InvocationFutureI
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/
H A DProc.php44 private $_synchronous; variable in LibreNMS\\Proc
/dports/devel/amqp-cpp/AMQP-CPP-4.1.4/include/amqpcpp/
H A Dchannelimpl.h143 bool _synchronous = false; variable
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DOutgoingAsync.java436 private boolean _synchronous; field in OutgoingAsync
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DOutgoingAsync.java436 private boolean _synchronous; field in OutgoingAsync
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DOutgoingAsync.java436 private boolean _synchronous; field in OutgoingAsync
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/
H A DOutgoingAsync.h299 bool _synchronous; variable
/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/
H A DOutgoingAsync.h299 bool _synchronous; variable
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/
H A DOutgoingAsync.h299 bool _synchronous; variable
/dports/x11/xpra/xpra-4.3/xpra/net/
H A Dprotocol.py701 def write_buffers(self, buf_data, _fail_cb, _synchronous): argument