Searched refs:intOps (Results 1 – 5 of 5) sorted by relevance
117 int intOps = sk.nioInterestOps();// Do this just once, it synchronizes in translateReadyOps() local125 newOps = intOps; in translateReadyOps()131 ((intOps & SelectionKey.OP_WRITE) != 0)) in translateReadyOps()
118 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes in translateReadyOps() local126 newOps = intOps; in translateReadyOps()132 ((intOps & SelectionKey.OP_READ) != 0)) in translateReadyOps()
317 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes in translateReadyOps() local329 newOps = intOps; in translateReadyOps()335 ((intOps & SelectionKey.OP_ACCEPT) != 0)) in translateReadyOps()
954 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes in translateReadyOps() local966 newOps = intOps; in translateReadyOps()975 ((intOps & SelectionKey.OP_READ) != 0) && in translateReadyOps()980 ((intOps & SelectionKey.OP_CONNECT) != 0) && in translateReadyOps()987 ((intOps & SelectionKey.OP_WRITE) != 0) && in translateReadyOps()
1111 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes in translateReadyOps() local1123 newOps = intOps; in translateReadyOps()1129 ((intOps & SelectionKey.OP_READ) != 0)) in translateReadyOps()1133 ((intOps & SelectionKey.OP_WRITE) != 0)) in translateReadyOps()