Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for Windows (0.26 sec)

  1. src/cmd/cgo/internal/test/cthread_windows.c

    // Copyright 2013 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #define WIN32_LEAN_AND_MEAN
    #include <windows.h>
    #include <process.h>
    #include "_cgo_export.h"
    
    __stdcall
    static unsigned int
    addThread(void *p)
    {
    	int i, max;
    	
    	max = *(int*)p;
    	for(i=0; i<max; i++)
    		Add(i);
    	return 0;
    }
    
    void
    C
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed May 17 21:53:11 GMT 2023
    - 1.1K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/callback_windows.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package cgotest
    
    /*
    #include <windows.h>
    USHORT backtrace(ULONG FramesToCapture, PVOID *BackTrace) {
    #ifdef _AMD64_
    	CONTEXT context;
    	RtlCaptureContext(&context);
    	ULONG64 ControlPc;
    	ControlPc = context.Rip;
    	int i;
    	for (i = 0; i < FramesToCapture; i++) {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Nov 29 16:01:37 GMT 2023
    - 2.6K bytes
    - Viewed (0)
  3. api/go1.3.txt

    pkg syscall (windows-386), const WSAECONNRESET = 10054
    pkg syscall (windows-386), const WSAECONNRESET Errno
    pkg syscall (windows-386), func NewCallbackCDecl(interface{}) uintptr
    pkg syscall (windows-386), type TCPKeepalive struct
    pkg syscall (windows-386), type TCPKeepalive struct, Interval uint32
    pkg syscall (windows-386), type TCPKeepalive struct, OnOff uint32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/issue18146.go

    // Copyright 2016 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build cgo && !windows
    
    // Issue 18146: pthread_create failure during syscall.Exec.
    
    package cgotest
    
    import (
    	"bytes"
    	"crypto/md5"
    	"os"
    	"os/exec"
    	"runtime"
    	"syscall"
    	"testing"
    	"time"
    )
    
    func test18146(t *testing.T) {
    	if testing.Short() {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Sep 05 23:35:32 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  5. src/archive/zip/reader_test.go

    			{
    				Name:     "filename",
    				Content:  []byte("This is a test textfile.\n"),
    				Modified: time.Date(2011, 2, 2, 13, 6, 20, 0, time.UTC),
    				Mode:     0666,
    			},
    		},
    	},
    	{
    		// created in windows XP file manager.
    		Name: "winxp.zip",
    		File: []ZipTestFile{
    			{
    				Name:     "hello",
    				Content:  []byte("world \r\n"),
    				Modified: time.Date(2011, 12, 8, 10, 4, 24, 0, time.UTC),
    				Mode:     0666,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64), var Stdout int
    pkg syscall (windows-386), type SysProcAttr struct, ProcessAttributes *SecurityAttributes
    pkg syscall (windows-386), type SysProcAttr struct, ThreadAttributes *SecurityAttributes
    pkg syscall (windows-amd64), type SysProcAttr struct, ProcessAttributes *SecurityAttributes
    pkg syscall (windows-amd64), type SysProcAttr struct, ThreadAttributes *SecurityAttributes
    pkg testing, func Init()
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. .github/ISSUE_TEMPLATE/01-pkgsite.yml

      - type: textarea
        id: what-did-you-do
        attributes:
          label: "What did you do?"
          description: "If possible, provide a recipe for reproducing the error. Starting with a Private/Incognito tab/window may help rule out problematic browser extensions."
        validations:
          required: true
      - type: textarea
        id: actual-behavior
        attributes:
          label: "What did you see happen?"
        validations:
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jan 04 23:31:17 GMT 2024
    - 1.4K bytes
    - Viewed (0)
  8. api/go1.12.txt

    pkg syscall (windows-386), type RawSockaddrUnix struct, Path [108]int8
    pkg syscall (windows-amd64), const UNIX_PATH_MAX = 108
    pkg syscall (windows-amd64), const UNIX_PATH_MAX ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (windows-386), const DNS_TYPE_AAAA = 28
    pkg syscall (windows-386), const DNS_TYPE_ADDRS = 248
    pkg syscall (windows-386), const DNS_TYPE_AFSDB = 18
    pkg syscall (windows-386), const DNS_TYPE_ALL = 255
    pkg syscall (windows-386), const DNS_TYPE_ANY = 255
    pkg syscall (windows-386), const DNS_TYPE_ATMA = 34
    pkg syscall (windows-386), const DNS_TYPE_AXFR = 252
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.17.txt

    pkg math (openbsd-amd64-cgo), const MinInt = -9223372036854775808
    pkg math (windows-386), const MaxInt = 2147483647
    pkg math (windows-386), const MaxUint = 4294967295
    pkg math (windows-386), const MinInt = -2147483648
    pkg math (windows-amd64), const MaxInt = 9223372036854775807
    pkg math (windows-amd64), const MaxUint = 18446744073709551615
    pkg math (windows-amd64), const MinInt = -9223372036854775808
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
Back to top