Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 372 for Tdname (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go

    	PTRACE_KILL    = 0x8
    )
    
    type PtraceLwpInfoStruct struct {
    	Lwpid        int32
    	Event        int32
    	Flags        int32
    	Sigmask      Sigset_t
    	Siglist      Sigset_t
    	Siginfo      __PtraceSiginfo
    	Tdname       [20]int8
    	Child_pid    int32
    	Syscall_code uint32
    	Syscall_narg uint32
    }
    
    type __Siginfo struct {
    	Signo  int32
    	Errno  int32
    	Code   int32
    	Pid    int32
    	Uid    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go

    	PTRACE_KILL    = 0x8
    )
    
    type PtraceLwpInfoStruct struct {
    	Lwpid        int32
    	Event        int32
    	Flags        int32
    	Sigmask      Sigset_t
    	Siglist      Sigset_t
    	Siginfo      __PtraceSiginfo
    	Tdname       [20]int8
    	Child_pid    int32
    	Syscall_code uint32
    	Syscall_narg uint32
    }
    
    type __Siginfo struct {
    	Signo  int32
    	Errno  int32
    	Code   int32
    	Pid    int32
    	Uid    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go

    	PTRACE_KILL    = 0x8
    )
    
    type PtraceLwpInfoStruct struct {
    	Lwpid        int32
    	Event        int32
    	Flags        int32
    	Sigmask      Sigset_t
    	Siglist      Sigset_t
    	Siginfo      __PtraceSiginfo
    	Tdname       [20]int8
    	Child_pid    int32
    	Syscall_code uint32
    	Syscall_narg uint32
    }
    
    type __Siginfo struct {
    	Signo  int32
    	Errno  int32
    	Code   int32
    	Pid    int32
    	Uid    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go

    	PTRACE_KILL    = 0x8
    )
    
    type PtraceLwpInfoStruct struct {
    	Lwpid        int32
    	Event        int32
    	Flags        int32
    	Sigmask      Sigset_t
    	Siglist      Sigset_t
    	Siginfo      __PtraceSiginfo
    	Tdname       [20]int8
    	Child_pid    int32
    	Syscall_code uint32
    	Syscall_narg uint32
    }
    
    type __Siginfo struct {
    	Signo  int32
    	Errno  int32
    	Code   int32
    	Pid    int32
    	Uid    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go

    	PTRACE_KILL    = 0x8
    )
    
    type PtraceLwpInfoStruct struct {
    	Lwpid        int32
    	Event        int32
    	Flags        int32
    	Sigmask      Sigset_t
    	Siglist      Sigset_t
    	Siginfo      __PtraceSiginfo
    	Tdname       [20]int8
    	Child_pid    int32
    	Syscall_code uint32
    	Syscall_narg uint32
    }
    
    type __Siginfo struct {
    	Signo  int32
    	Errno  int32
    	Code   int32
    	Pid    int32
    	Uid    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  6. CNAME

    Harshavardhana <******@****.***> 1624037668 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 18 17:34:28 UTC 2021
    - 14 bytes
    - Viewed (0)
  7. test/rename.go

    Emmanuel Odeke <******@****.***> 1460323946 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1.5K bytes
    - Viewed (0)
  8. pkg/volume/util/operationexecutor/operation_executor_test.go

    	}
    }
    
    func getTestPodWithGCEPD(podName, pdName string) *v1.Pod {
    	return &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: podName,
    			UID:  types.UID(podName + string(uuid.NewUUID())),
    		},
    		Spec: v1.PodSpec{
    			Volumes: []v1.Volume{
    				{
    					Name: pdName,
    					VolumeSource: v1.VolumeSource{
    						GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
    							PDName:   pdName,
    							FSType:   "ext4",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  9. platforms/core-configuration/declarative-dsl-tooling-models/src/main/kotlin/org/gradle/declarative/dsl/schema/FqName.kt

     * limitations under the License.
     */
    
    package org.gradle.declarative.dsl.schema
    
    import java.io.Serializable
    
    
    interface FqName : Serializable {
        val packageName: String
        val simpleName: String
        val qualifiedName: String
    
        companion object Empty : FqName {
            override val packageName: String
                get() = ""
            override val simpleName: String
                get() = ""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:08:01 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/encapsulate_xla_computations_pass.cc

        bool b_is_resource = (b->output_type(0) == DT_RESOURCE);
        // Uses the name as a tiebreaker so the output is deterministic.
        StringPiece a_name(a->name());
        StringPiece b_name(b->name());
        return std::tie(a_is_resource, a_name) < std::tie(b_is_resource, b_name);
      });
    
      // Sorts the retvals by name so the order is deterministic.
      std::sort(retvals.begin(), retvals.end(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top