Lines Matching refs:lock
60 Object lock,
69 return new StreamDecoder(in, lock, Charset.forName(csn));
75 Object lock,
78 return new StreamDecoder(in, lock, cs);
82 Object lock,
85 return new StreamDecoder(in, lock, dec);
116 synchronized (lock) {
146 synchronized (lock) {
182 synchronized (lock) {
189 synchronized (lock) {
229 StreamDecoder(InputStream in, Object lock, Charset cs) {
230 this(in, lock,
236 StreamDecoder(InputStream in, Object lock, CharsetDecoder dec) {
237 super(lock);