Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CgoExternalThreadSignal (0.46 sec)

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

    import (
    	"fmt"
    	"os"
    	"os/exec"
    	"runtime"
    	"sync/atomic"
    	"time"
    	"unsafe"
    )
    
    func init() {
    	register("CgoExternalThreadSIGPROF", CgoExternalThreadSIGPROF)
    	register("CgoExternalThreadSignal", CgoExternalThreadSignal)
    }
    
    func CgoExternalThreadSIGPROF() {
    	// This test intends to test that sending SIGPROF to foreign threads
    	// before we make any cgo call will not abort the whole process, so
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 22:43:54 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top