Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Pinch (0.16 sec)

  1. src/runtime/testdata/testprogcgo/eintr.go

    		for i := 1; i < 1e6; i++ {
    			r1 += r1 / float64(i)
    			r2 = append(r2, bytes.Repeat([]byte{byte(i)}, 100)...)
    			r2 = r2[100:]
    		}
    	}
    	return r1, r2
    }
    
    // winch sends a few SIGWINCH signals to the process.
    func winch() {
    	ticker := time.NewTicker(100 * time.Microsecond)
    	defer ticker.Stop()
    	pid := syscall.Getpid()
    	for n := 10; n > 0; n-- {
    		syscall.Kill(pid, syscall.SIGWINCH)
    		<-ticker.C
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  2. LICENSES/vendor/gopkg.in/natefinch/lumberjack.v2/LICENSE

    = vendor/gopkg.in/natefinch/lumberjack.v2 licensed under: =
    
    The MIT License (MIT)
    
    Copyright (c) 2014 Nate Finch 
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 08 04:49:00 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  3. licenses/gopkg.in/natefinch/lumberjack.v2/LICENSE

    The MIT License (MIT)
    
    Copyright (c) 2014 Nate Finch 
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 31 05:54:59 UTC 2022
    - 1.1K bytes
    - Viewed (0)
Back to top