Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for tid (0.2 sec)

  1. src/main/java/jcifs/smb/SmbTreeConnection.java

         *            whether to use an exclusive connection
         */
        void setNonPooled ( boolean np ) {
            this.nonPooled = np;
        }
    
    
        /**
         * @return the currently connected tid
         */
        @SuppressWarnings ( "resource" )
        public long getTreeId () {
            SmbTreeImpl t = getTreeInternal();
            if ( t == null ) {
                return -1;
            }
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 31K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (linux-386), const SYS_SET_MEMPOLICY ideal-int
    pkg syscall (linux-386), const SYS_SET_ROBUST_LIST ideal-int
    pkg syscall (linux-386), const SYS_SET_THREAD_AREA ideal-int
    pkg syscall (linux-386), const SYS_SET_TID_ADDRESS ideal-int
    pkg syscall (linux-386), const SYS_SGETMASK ideal-int
    pkg syscall (linux-386), const SYS_SIGACTION ideal-int
    pkg syscall (linux-386), const SYS_SIGALTSTACK ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg syscall (linux-386), const SYS_SET_MEMPOLICY = 276
    pkg syscall (linux-386), const SYS_SET_ROBUST_LIST = 311
    pkg syscall (linux-386), const SYS_SET_THREAD_AREA = 243
    pkg syscall (linux-386), const SYS_SET_TID_ADDRESS = 258
    pkg syscall (linux-386), const SYS_SGETMASK = 68
    pkg syscall (linux-386), const SYS_SIGACTION = 67
    pkg syscall (linux-386), const SYS_SIGALTSTACK = 186
    pkg syscall (linux-386), const SYS_SIGNAL = 48
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_SETXATTR ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SET_MEMPOLICY ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SET_ROBUST_LIST ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SET_TID_ADDRESS ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SHMAT ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SHMCTL ideal-int
    pkg syscall (linux-arm-cgo), const SYS_SHMDT ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top