Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 59) sorted by relevance

123

/thrift-3.4.0/lib/cpp/src/thrift/concurrency/
DTimerManager.cpp81 Synchronized s(manager_->monitor_); in run() local
91 Synchronized s(manager_->monitor_); in run() local
132 Synchronized s(manager_->monitor_); in run() local
178 Synchronized s(monitor_); in start() local
194 Synchronized s(monitor_); in start() local
205 Synchronized s(monitor_); in stop() local
228 Synchronized s(monitor_); in threadFactory() local
233 Synchronized s(monitor_); in threadFactory() local
252 Synchronized s(monitor_); in add() local
277 Synchronized s(monitor_); in remove() local
[all …]
/thrift-3.4.0/lib/cpp/test/processor/
DServerThread.cpp49 concurrency::Synchronized s(serverMonitor_); in start() local
108 concurrency::Synchronized s(serverMonitor_); in run() local
123 concurrency::Synchronized s(serverMonitor_); in run() local
138 concurrency::Synchronized s(serverMonitor_); in preServe() local
DEventLog.cpp85 Synchronized s(monitor_); in append() local
95 Synchronized s(monitor_); in waitForEvent() local
111 Synchronized s(monitor_); in waitForConnEvent() local
/thrift-3.4.0/test/ocaml/client/
DTestClient.ml23 let s = new TSocket.t "127.0.0.1" 9090;; var
62 let s = Hashtbl.create 5 in var
/thrift-3.4.0/lib/d/src/thrift/util/
Dfuture.d145 auto s = atomicLoad(status_); in get() local
158 auto s = atomicLoad(status_); in getException() local
179 auto s = atomicLoad(status_); in succeed() local
194 auto s = atomicLoad(status_); in succeed() local
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/protocol/
DTestShortStack.java30 ShortStack s = new ShortStack(1); in testOps() local
DTestTProtocolUtil.java41 GuessProtocolStruct s = new GuessProtocolStruct(); in testGuessProtocolFactory_JSON() local
/thrift-3.4.0/lib/cpp/test/
DOptionalRequiredTest.cpp77 Simple s; in BOOST_AUTO_TEST_CASE() local
91 Simple s; in BOOST_AUTO_TEST_CASE() local
106 Simple s; in BOOST_AUTO_TEST_CASE() local
123 Simple s; in BOOST_AUTO_TEST_CASE() local
139 Simple s; in BOOST_AUTO_TEST_CASE() local
DToStringTest.cpp106 std::set<char> s; in BOOST_AUTO_TEST_CASE() local
111 std::set<char> s; in BOOST_AUTO_TEST_CASE() local
117 std::set<char> s; in BOOST_AUTO_TEST_CASE() local
DTransportTest.cpp360 apache::thrift::concurrency::Synchronized s(g_alarm_monitor); in alarm_handler() local
394 apache::thrift::concurrency::Synchronized s(g_alarm_monitor); in alarm_handler_wrapper() local
426 apache::thrift::concurrency::Synchronized s(g_alarm_monitor); in add_trigger() local
447 apache::thrift::concurrency::Synchronized s(g_alarm_monitor); in clear_triggers() local
1041 apache::thrift::concurrency::Synchronized s(g_alarm_monitor); in ~global_fixture() local
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTSet.java29 public TSet(byte t, int s) { in TSet()
DTList.java29 public TList(byte t, int s) { in TList()
DTMap.java29 public TMap(byte k, byte v, int s) { in TMap()
DTMessage.java29 public TMessage(String n, byte t, int s) { in TMessage()
/thrift-3.4.0/lib/cpp/src/thrift/windows/
DWinFcntl.cpp47 std::string s(ws.begin(), ws.end()); in thrift_wstr2str() local
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTMap.h42 TMap(TType k, TType v, int s) in TMap()
DTSet.h40 TSet(TType t, int s) in TSet()
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTList.java28 public TList(byte t, int s) { in TList()
DTSet.java28 public TSet(byte t, int s) { in TSet()
DTMap.java28 public TMap(byte k, byte v, int s) { in TMap()
DTMessage.java28 public TMessage(String n, byte t, int s) { in TMessage()
/thrift-3.4.0/test/cpp/src/
DStressTest.cpp130 Synchronized s(_monitor); in run() local
171 Synchronized s(_monitor); in run() local
244 apache::thrift::concurrency::Synchronized s(m_); in preServe() local
249 apache::thrift::concurrency::Synchronized s(m_); in waitForService() local
538 Synchronized s(monitor); in main() local
/thrift-3.4.0/compiler/cpp/src/thrift/parse/
Dt_const_value.h128 size_t s = ret.find('.'); in get_identifier_name() local
142 size_t s = ret.find('.'); in get_identifier_with_parent() local
/thrift-3.4.0/test/threads/
DThreadsServer.cpp91 Synchronized s(m); in go2sleep() local
/thrift-3.4.0/test/py.twisted/
Dtest_suite.py53 def testString(self, s): argument
77 def testException(self, s): argument

123