Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Fontaine (0.13 sec)

  1. src/main/java/jcifs/netbios/NameServiceClientImpl.java

            Object obj;
    
            synchronized ( this.inFlightLookups ) {
                if ( this.inFlightLookups.contains(name) == false ) {
                    this.inFlightLookups.add(name);
                    return null;
                }
                while ( this.inFlightLookups.contains(name) ) {
                    try {
                        this.inFlightLookups.wait();
                    }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Aug 14 14:26:22 GMT 2022
    - 38.2K bytes
    - Viewed (0)
Back to top