Home
last modified time | relevance | path

Searched +defs:write +defs:lock (Results 1 – 25 of 2169) sorted by relevance

12345678910>>...87

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DNonBlockingPumpReader.java24 private int write; field in NonBlockingPumpReader
28 final ReentrantLock lock; field in NonBlockingPumpReader
60 final ReentrantLock lock = this.lock; in available() local
71 final ReentrantLock lock = this.lock; in read() local
111 final ReentrantLock lock = this.lock; in readBuffered() local
143 void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader
145 final ReentrantLock lock = this.lock; in write() local
179 final ReentrantLock lock = this.lock; in close() local
193 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader.NbpWriter
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DNonBlockingPumpReader.java24 private int write; field in NonBlockingPumpReader
28 final ReentrantLock lock; field in NonBlockingPumpReader
60 final ReentrantLock lock = this.lock; in available() local
71 final ReentrantLock lock = this.lock; in read() local
111 final ReentrantLock lock = this.lock; in readBuffered() local
143 void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader
145 final ReentrantLock lock = this.lock; in write() local
179 final ReentrantLock lock = this.lock; in close() local
193 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader.NbpWriter
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DNonBlockingPumpReader.java24 private int write; field in NonBlockingPumpReader
28 final ReentrantLock lock; field in NonBlockingPumpReader
60 final ReentrantLock lock = this.lock; in available() local
71 final ReentrantLock lock = this.lock; in read() local
111 final ReentrantLock lock = this.lock; in readBuffered() local
143 void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader
145 final ReentrantLock lock = this.lock; in write() local
179 final ReentrantLock lock = this.lock; in close() local
193 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader.NbpWriter
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DNonBlockingPumpReader.java24 private int write; field in NonBlockingPumpReader
28 final ReentrantLock lock; field in NonBlockingPumpReader
60 final ReentrantLock lock = this.lock; in available() local
71 final ReentrantLock lock = this.lock; in read() local
111 final ReentrantLock lock = this.lock; in readBuffered() local
143 void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader
145 final ReentrantLock lock = this.lock; in write() local
179 final ReentrantLock lock = this.lock; in close() local
193 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader.NbpWriter
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DNonBlockingPumpReader.java24 private int write; field in NonBlockingPumpReader
28 final ReentrantLock lock; field in NonBlockingPumpReader
60 final ReentrantLock lock = this.lock; in available() local
71 final ReentrantLock lock = this.lock; in read() local
111 final ReentrantLock lock = this.lock; in readBuffered() local
143 void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader
145 final ReentrantLock lock = this.lock; in write() local
179 final ReentrantLock lock = this.lock; in close() local
193 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader.NbpWriter
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DNonBlockingPumpReader.java24 private int write; field in NonBlockingPumpReader
28 final ReentrantLock lock; field in NonBlockingPumpReader
60 final ReentrantLock lock = this.lock; in available() local
71 final ReentrantLock lock = this.lock; in read() local
111 final ReentrantLock lock = this.lock; in readBuffered() local
143 void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader
145 final ReentrantLock lock = this.lock; in write() local
179 final ReentrantLock lock = this.lock; in close() local
193 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in NonBlockingPumpReader.NbpWriter
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DWriter.java63 protected Object lock; field in Writer
81 protected Writer(Object lock) in Writer()
116 public void write(int b) throws IOException in write() method in Writer
134 public void write(char[] buf) throws IOException in write() method in Writer
151 public abstract void write(char[] buf, int offset, int len) in write() method in Writer
162 public void write(String str) throws IOException in write() method in Writer
178 public void write(String str, int offset, int len) throws IOException in write() method in Writer
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DWriter.java63 protected Object lock; field in Writer
81 protected Writer(Object lock) in Writer()
116 public void write(int b) throws IOException in write() method in Writer
134 public void write(char[] buf) throws IOException in write() method in Writer
151 public abstract void write(char[] buf, int offset, int len) in write() method in Writer
162 public void write(String str) throws IOException in write() method in Writer
178 public void write(String str, int offset, int len) throws IOException in write() method in Writer
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/io/
H A DWriter.java63 protected Object lock; field in Writer
81 protected Writer(Object lock) in Writer()
119 public void write(int b) throws IOException in write() method in Writer
137 public void write(char[] buf) throws IOException in write() method in Writer
154 public abstract void write(char[] buf, int offset, int len) in write() method in Writer
165 public void write(String str) throws IOException in write() method in Writer
181 public void write(String str, int offset, int len) throws IOException in write() method in Writer
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/io/
H A DWriter.java63 protected Object lock; field in Writer
81 protected Writer(Object lock) in Writer()
119 public void write(int b) throws IOException in write() method in Writer
137 public void write(char[] buf) throws IOException in write() method in Writer
154 public abstract void write(char[] buf, int offset, int len) in write() method in Writer
165 public void write(String str) throws IOException in write() method in Writer
181 public void write(String str, int offset, int len) throws IOException in write() method in Writer
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/io/
H A DWriter.java63 protected Object lock; field in Writer
81 protected Writer(Object lock) in Writer()
119 public void write(int b) throws IOException in write() method in Writer
137 public void write(char[] buf) throws IOException in write() method in Writer
154 public abstract void write(char[] buf, int offset, int len) in write() method in Writer
165 public void write(String str) throws IOException in write() method in Writer
181 public void write(String str, int offset, int len) throws IOException in write() method in Writer
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/io/
H A DWriter.java63 protected Object lock; field in Writer
81 protected Writer(Object lock) in Writer()
119 public void write(int b) throws IOException in write() method in Writer
137 public void write(char[] buf) throws IOException in write() method in Writer
154 public abstract void write(char[] buf, int offset, int len) in write() method in Writer
165 public void write(String str) throws IOException in write() method in Writer
181 public void write(String str, int offset, int len) throws IOException in write() method in Writer
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/io/
H A DWriter.java63 protected Object lock; field in Writer
81 protected Writer(Object lock) in Writer()
119 public void write(int b) throws IOException in write() method in Writer
137 public void write(char[] buf) throws IOException in write() method in Writer
154 public abstract void write(char[] buf, int offset, int len) in write() method in Writer
165 public void write(String str) throws IOException in write() method in Writer
181 public void write(String str, int offset, int len) throws IOException in write() method in Writer
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/io/
H A DWriter.java63 protected Object lock; field in Writer
81 protected Writer(Object lock) in Writer()
119 public void write(int b) throws IOException in write() method in Writer
137 public void write(char[] buf) throws IOException in write() method in Writer
154 public abstract void write(char[] buf, int offset, int len) in write() method in Writer
165 public void write(String str) throws IOException in write() method in Writer
181 public void write(String str, int offset, int len) throws IOException in write() method in Writer
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/io/
H A DWriter.java69 protected Object lock; field in Writer
86 protected Writer(Object lock) { in Writer()
107 public void write(int c) throws IOException { in write() method in Writer
126 public void write(char cbuf[]) throws IOException { in write() method in Writer
145 abstract public void write(char cbuf[], int off, int len) throws IOException; in write() method in Writer
156 public void write(String str) throws IOException { in write() method in Writer
180 public void write(String str, int off, int len) throws IOException { in write() method in Writer
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/io/
H A DWriter.java69 protected Object lock; field in Writer
86 protected Writer(Object lock) { in Writer()
107 public void write(int c) throws IOException { in write() method in Writer
126 public void write(char cbuf[]) throws IOException { in write() method in Writer
145 abstract public void write(char cbuf[], int off, int len) throws IOException; in write() method in Writer
156 public void write(String str) throws IOException { in write() method in Writer
180 public void write(String str, int off, int len) throws IOException { in write() method in Writer
/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DChatterinoWebSocketppLogger.hpp120 scoped_lock_type lock(m_lock); in set_channels() local
130 scoped_lock_type lock(m_lock); in clear_channels() local
139 void write(level channel, std::string const &msg) in write() function in websocketpp::log::chatterinowebsocketpplogger
141 scoped_lock_type lock(m_lock); in write() local
156 void write(level channel, char const *msg) in write() function in websocketpp::log::chatterinowebsocketpplogger
158 scoped_lock_type lock(m_lock); in write() local
/dports/deskutils/just/just-0.10.5/cargo-crates/cradle-0.2.0/src/
H A Dcontext.rs9 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
22 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
65 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
66 let mut lock = self.0.lock().unwrap(); in write() localVariable
71 let mut lock = self.0.lock().unwrap(); in flush() localVariable
85 let lock = self.stdout.0.lock().unwrap(); in stdout() localVariable
90 let lock = self.stderr.0.lock().unwrap(); in stderr() localVariable
/dports/sysutils/barrier/barrier-2.3.3/src/lib/net/
H A DTCPSocket.cpp109 Lock lock(&m_mutex); in close() local
141 Lock lock(&m_mutex); in read() local
161 TCPSocket::write(const void* buffer, UInt32 n) in write() function in TCPSocket
165 Lock lock(&m_mutex); in write() local
195 Lock lock(&m_mutex); in flush() local
206 Lock lock(&m_mutex); in shutdownInput() local
258 Lock lock(&m_mutex); in isReady() local
273 Lock lock(&m_mutex); in getSize() local
504 Lock lock(&m_mutex); in serviceConnecting() local
545 bool read, bool write, bool error) in serviceConnected()
[all …]
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/net/
H A DTCPSocket.cpp110 Lock lock(&m_mutex); in close() local
142 Lock lock(&m_mutex); in read() local
162 TCPSocket::write(const void* buffer, UInt32 n) in write() function in TCPSocket
166 Lock lock(&m_mutex); in write() local
196 Lock lock(&m_mutex); in flush() local
261 Lock lock(&m_mutex); in isReady() local
276 Lock lock(&m_mutex); in getSize() local
497 bool, bool write, bool error) in serviceConnecting() argument
499 Lock lock(&m_mutex); in serviceConnecting() local
541 bool read, bool write, bool error) in serviceConnected()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/logger/
H A Dbasic.hpp93 scoped_lock_type lock(m_lock); in set_channels() local
98 scoped_lock_type lock(m_lock); in clear_channels() local
107 void write(level channel, std::string const & msg) { in write() function in websocketpp::log::basic
108 scoped_lock_type lock(m_lock); in write() local
121 void write(level channel, char const * msg) { in write() function in websocketpp::log::basic
122 scoped_lock_type lock(m_lock); in write() local
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/logger/
H A Dbasic.hpp123 scoped_lock_type lock(m_lock); in set_channels() local
128 scoped_lock_type lock(m_lock); in clear_channels() local
137 void write(level channel, std::string const & msg) { in write() function in websocketpp::log::basic
138 scoped_lock_type lock(m_lock); in write() local
151 void write(level channel, char const * msg) { in write() function in websocketpp::log::basic
152 scoped_lock_type lock(m_lock); in write() local
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/logger/
H A Dbasic.hpp123 scoped_lock_type lock(m_lock); in set_channels() local
128 scoped_lock_type lock(m_lock); in clear_channels() local
137 void write(level channel, std::string const & msg) { in write() function in websocketpp::log::basic
138 scoped_lock_type lock(m_lock); in write() local
151 void write(level channel, char const * msg) { in write() function in websocketpp::log::basic
152 scoped_lock_type lock(m_lock); in write() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/logger/
H A Dbasic.hpp123 scoped_lock_type lock(m_lock); in set_channels() local
128 scoped_lock_type lock(m_lock); in clear_channels() local
137 void write(level channel, std::string const & msg) { in write() function in websocketpp::log::basic
138 scoped_lock_type lock(m_lock); in write() local
151 void write(level channel, char const * msg) { in write() function in websocketpp::log::basic
152 scoped_lock_type lock(m_lock); in write() local
/dports/games/spring/spring_98.0/rts/System/Platform/
H A DScopedFileLock.cpp15 ScopedFileLock::ScopedFileLock(int fd, bool write) : filedes(fd) in ScopedFileLock()
18 struct flock lock; in ScopedFileLock() local
36 struct flock lock; in ~ScopedFileLock() local

12345678910>>...87