Searched full:occurs (Results 1 – 25 of 44) sorted by relevance
12
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/ |
D | Monitor.h | 74 * Returns 0 if condition occurs, THRIFT_ETIMEDOUT on timeout, or an error code. 82 * Returns 0 if condition occurs, THRIFT_ETIMEDOUT on timeout, or an error code. 87 * Waits forever until the condition occurs. 88 * Returns 0 if condition occurs, or an error code otherwise. 96 * If the condition occurs, this function returns cleanly; on timeout or
|
D | Monitor.cpp | 60 * If the condition occurs, this function returns cleanly; on timeout or 76 * Returns 0 if condition occurs, THRIFT_ETIMEDOUT on timeout, or an error code. 96 * Returns 0 if condition occurs, THRIFT_ETIMEDOUT on timeout, or an error code. 111 * Waits forever until the condition occurs. 112 * Returns 0 if condition occurs, or an error code otherwise.
|
/thrift-3.4.0/lib/d/src/thrift/util/ |
D | awaitable.d | 33 * awaited, either by blocking until it occurs, or by registering a callback 38 * Waits until the event occurs. 45 * Waits until the event occurs or the specified timeout expires. 54 * Registers a callback that is called if the event occurs.
|
/thrift-3.4.0/.github/ |
D | stale.yml | 30 recent activity. It will be closed in 7 days if no further activity occurs. 54 # recent activity. It will be closed if no further activity occurs. Thank you
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TNonblockingServerTransport.h | 70 * @throw TTransportException If an error occurs 91 * @throw TTransportException If an error occurs
|
D | TTransport.h | 111 * @throws TTransportException If an error occurs 159 * @throws TTransportException if an error occurs 185 * @throws TTransportException if an error occurs 216 * @throws TTransportException if an error occurs 231 * @throws TTransportException If an error occurs
|
D | TServerTransport.h | 93 * @throw TTransportException If an error occurs 110 * @throw TTransportException If an error occurs
|
D | THeaderTransport.h | 176 * (Raises a TTransportException if EOF occurs after a partial frame.)
|
/thrift-3.4.0/lib/d/src/thrift/transport/ |
D | base.d | 90 * Throws: TTransportException if an error occurs. 128 * Throws: TTransportException if an error occurs. 149 * Throws: TTransportException if an error occurs. 178 * Throws: TTransportException if an error occurs. 196 * Throws: TTransportException if an error occurs.
|
D | framed.d | 83 * Throws: TTransportException if an error occurs. 138 // if EOF occurs after partial size data. in readFrame()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/server/ |
D | ServerContext.java | 41 * @throws RuntimeException if an error occurs while determining whether the provided class can be
|
/thrift-3.4.0/test/erl/src/ |
D | thrift_test.app.src | 49 % If an error/crash occurs during processing of a function,
|
/thrift-3.4.0/lib/erl/src/ |
D | thrift.app.src | 69 % If an error/crash occurs during processing of a function,
|
/thrift-3.4.0/lib/php/lib/Transport/ |
D | TTransport.php | 93 * @throws TTransportException if a writing error occurs
|
D | THttpClient.php | 207 * @throws TTransportException if a writing error occurs
|
/thrift-3.4.0/lib/perl/lib/Thrift/ |
D | Transport.pm | 125 # @throws TTransportException if a writing error occurs
|
/thrift-3.4.0/lib/javame/src/org/apache/thrift/transport/ |
D | TTransport.java | 97 * @throws TTransportException if an error occurs writing data
|
/thrift-3.4.0/lib/cpp/src/thrift/server/ |
D | TConnectedClient.h | 84 * or if the server is stopped, or if an exception occurs.
|
/thrift-3.4.0/lib/js/test/ |
D | phantomjs-qunit.js | 15 * Wait until the test condition is true or a timeout occurs. Useful for waiting
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/transport/ |
D | TTransport.hx | 115 * @throws TTransportException if an error occurs writing data
|
/thrift-3.4.0/lib/rb/spec/ |
D | client_spec.rb | 88 it "should close the transport if an error occurs while sending a message" do
|
/thrift-3.4.0/lib/cpp/test/processor/ |
D | ServerThread.cpp | 48 // bound to the port and started listening (or until an error occurs). in start()
|
/thrift-3.4.0/tutorial/c_glib/ |
D | c_glib_client.c | 77 information about any error that occurs. in main()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/ |
D | TTransport.java | 118 * @throws TTransportException if an error occurs writing data
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | client_pool.d | 66 * Throws: Any non-rpc exception that occurs, a TCompoundOperationException
|
12