Home
last modified time | relevance | path

Searched refs:noWait (Results 1 – 25 of 98) sorted by relevance

1234

/dports/devel/kf5-kservice/kservice-5.89.0/src/kdeinit/
H A Dktoolinvocation.cpp74 bool noWait, in startServiceInternal() argument
94 msg << noWait; in startServiceInternal()
110 if (noWait) { in startServiceInternal()
137 bool noWait) in startServiceByName() argument
147 …ServiceInternal("start_service_by_name", _name, URLs, error, serviceName, pid, startup_id, noWait); in startServiceByName()
158 bool noWait) in startServiceByName() argument
164 …ServiceInternal("start_service_by_name", _name, URLs, error, serviceName, pid, startup_id, noWait); in startServiceByName()
175 bool noWait) in startServiceByDesktopPath() argument
196 bool noWait) in startServiceByDesktopPath() argument
213 bool noWait) in startServiceByDesktopName() argument
[all …]
H A Dktoolinvocation.h230 bool noWait = false);
262 bool noWait = false);
298 bool noWait = false);
332 bool noWait = false);
367 bool noWait = false);
402 bool noWait = false);
479 bool noWait,
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DTransactionConfig.java28 private boolean noWait = false; field in TransactionConfig
324 public TransactionConfig setNoWait(final boolean noWait) { in setNoWait() argument
325 setNoWaitVoid(noWait); in setNoWait()
333 public void setNoWaitVoid(final boolean noWait) { in setNoWaitVoid() argument
334 this.noWait = noWait; in setNoWaitVoid()
345 return noWait; in getNoWait()
638 "\nnoWait=" + noWait + in toString()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/streadway/amqp/
H A Dchannel.go673 NoWait: noWait,
755 NoWait: noWait,
795 NoWait: noWait,
902 NoWait: noWait,
946 NoWait: noWait,
979 NoWait: noWait,
1064 NoWait: noWait,
1146 NoWait: noWait,
1175 NoWait: noWait,
1201 NoWait: noWait,
[all …]
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DTransactionConfig.java38 private boolean noWait = false; field in TransactionConfig
209 public void setNoWait(final boolean noWait) { in setNoWait() argument
210 this.noWait = noWait; in setNoWait()
222 return noWait; in getNoWait()
400 flags |= noWait ? DbConstants.DB_TXN_NOWAIT : 0; in beginTransaction()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DTransactionConfig.java38 private boolean noWait = false; field in TransactionConfig
205 public void setNoWait(final boolean noWait) { in setNoWait() argument
206 this.noWait = noWait; in setNoWait()
218 return noWait; in getNoWait()
395 flags |= noWait ? DbConstants.DB_TXN_NOWAIT : 0; in beginTransaction()
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/database/query/
H A Dpostgresql.php38 protected $noWait = null; variable in FOFDatabaseQueryPostgresql
116 if ($this->noWait)
118 $query .= (string) $this->noWait;
222 $this->noWait = null;
251 $this->noWait = null;
479 public function noWait () function in FOFDatabaseQueryPostgresql
483 if (is_null($this->noWait))
485 $this->noWait = new FOFDatabaseQueryElement('NOWAIT', null);
/dports/devel/amqp-cpp/AMQP-CPP-4.1.4/src/
H A Dbasiccancelframe.h61 BasicCancelFrame(uint16_t channel, const std::string& consumerTag, bool noWait = false) :
64 _noWait(noWait) {}
80 return !noWait(); in synchronous()
105 bool noWait() const in noWait() function
H A Dqueuepurgeframe.h67 QueuePurgeFrame(uint16_t channel, const std::string& name, bool noWait = false) :
70 _noWait(noWait)
93 return !noWait(); in synchronous()
118 bool noWait() const in noWait() function
H A Dexchangedeleteframe.h75 …eleteFrame(uint16_t channel, const std::string& name, bool ifUnused = false, bool noWait = false) :
78 _bools(ifUnused, noWait)
95 return !noWait(); in synchronous()
129 bool noWait() const in noWait() function
H A Dqueuedeleteframe.h71 …annel, const std::string& name, bool ifUnused = false, bool ifEmpty = false, bool noWait = false) :
74 _bools(ifUnused, ifEmpty, noWait)
97 return !noWait(); in synchronous()
140 bool noWait() const in noWait() function
H A Dqueuedeclareframe.h82 …l durable = false, bool exclusive = false, bool autoDelete = false, bool noWait = false, const Tab…
85 _bools(passive, durable, exclusive, autoDelete, noWait),
110 return !noWait(); in synchronous()
171 bool noWait() const in noWait() function
H A Dbasicconsumeframe.h88 …, bool noLocal = false, bool noAck = false, bool exclusive = false, bool noWait = false, const Tab…
92 _bools(noLocal, noAck, exclusive, noWait),
123 return !noWait(); in synchronous()
184 bool noWait() const in noWait() function
H A Dexchangebindframe.h97 …tination, const std::string &source, const std::string &routingKey, bool noWait, const Table &argu… in ExchangeBindFrame() argument
102 _bools(noWait), in ExchangeBindFrame()
115 return !noWait(); in synchronous()
167 bool noWait() const in noWait() function
H A Dexchangeunbindframe.h97 …tination, const std::string &source, const std::string &routingKey, bool noWait, const Table &argu… in ExchangeUnbindFrame() argument
102 _bools(noWait), in ExchangeUnbindFrame()
115 return !noWait(); in synchronous()
167 bool noWait() const in noWait() function
H A Dqueuebindframe.h89 …e, const std::string& exchange, const std::string& routingKey = "", bool noWait = false, const Tab…
94 _noWait(noWait),
122 return !noWait(); in synchronous()
165 bool noWait() const in noWait() function
H A Dconfirmselectframe.h55 ConfirmSelectFrame(uint16_t channel, bool noWait = false) :
57 _noWait(noWait)
78 bool noWait() const in noWait() function
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/database/query/
H A Dpostgresql.php36 protected $noWait = null; variable in JDatabaseQueryPostgresql
175 if ($this->noWait)
177 $query .= (string) $this->noWait;
300 $this->noWait = null;
329 $this->noWait = null;
567 public function noWait () function in JDatabaseQueryPostgresql
571 if (is_null($this->noWait))
573 $this->noWait = new JDatabaseQueryElement('NOWAIT', null);
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/txn/
H A DBasicLocker.java67 protected BasicLocker(EnvironmentImpl env, boolean noWait) { in BasicLocker() argument
70 noWait, in BasicLocker()
75 boolean noWait) in createBasicLocker() argument
78 return new BasicLocker(env, noWait); in createBasicLocker()
99 boolean noWait, in lockInternal() argument
110 boolean useNoWait = noWait || defaultNoWait; in lockInternal()
H A DReadCommittedLocker.java75 boolean noWait, in lockInternal() argument
82 (lsn, lockType, noWait, jumpAheadOfWaiters, database); in lockInternal()
85 (lsn, lockType, noWait, jumpAheadOfWaiters, database); in lockInternal()
H A DLocker.java104 boolean noWait, in Locker() argument
115 defaultNoWait = noWait; in Locker()
439 boolean noWait, in lockInternal() argument
464 boolean noWait, in lock() argument
469 (lsn, lockType, noWait, false /*jumpAheadOfWaiters*/, database); in lock()
/dports/sysutils/node_exporter/node_exporter-1.2.2/collector/
H A Dfilesystem_freebsd.go27 noWait = 0x2 // MNT_NOWAIT const
32 n, err := unix.Getfsstat(nil, noWait)
37 _, err = unix.Getfsstat(buf, noWait)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/collector/
H A Dfilesystem_freebsd.go30 noWait = 0x2 // MNT_NOWAIT const
44 n, err := unix.Getfsstat(nil, noWait)
49 _, err = unix.Getfsstat(buf, noWait)
/dports/www/aria2/aria2-1.36.0/src/
H A DDelayedCommand.h61 std::unique_ptr<Command> command, bool noWait) in DelayedCommand() argument
64 noWait_{noWait}
/dports/audio/csound/csound-6.15.0/Top/
H A Dthreads.c78 PUBLIC long csoundRunCommand(const char * const *argv, int noWait) in csoundRunCommand() argument
84 retval = (long) _spawnvp((noWait ? (int) _P_NOWAIT : (int) _P_WAIT), in csoundRunCommand()
86 if (!noWait && retval >= 0L) in csoundRunCommand()
112 PUBLIC long csoundRunCommand(const char * const *argv, int noWait) in csoundRunCommand() argument
126 else if (retval > 0L && noWait == 0) { in csoundRunCommand()
756 PUBLIC long csoundRunCommand(const char * const *argv, int noWait) in csoundRunCommand() argument
762 retval = (long) _spawnvp((noWait ? (int) _P_NOWAIT : (int) _P_WAIT), in csoundRunCommand()
764 if (!noWait && retval >= 0L) in csoundRunCommand()
978 PUBLIC long csoundRunCommand(const char * const *argv, int noWait) { in csoundRunCommand() argument

1234