Searched refs:buffList (Results 1 – 1 of 1) sorted by relevance
44 private LinkedList buffList; field in Pipeline127 buffList = new LinkedList(); in Pipeline()136 synchronized (this.buffList) { in write()137 buffList.add(buff); in write()138 buffList.notifyAll(); in write()146 synchronized (this.buffList) { in write()147 buffList.add(buff); in write()148 buffList.notifyAll(); in write()154 synchronized (this.buffList) { in close()155 this.buffList.notifyAll(); in close()[all …]