Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runtime_doAllThreadsSyscall (0.34 sec)

  1. src/syscall/syscall_linux.go

    // world and invokes the syscall on each OS thread. Once this function returns,
    // all threads are in sync.
    //
    //go:uintptrescapes
    func runtime_doAllThreadsSyscall(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr)
    
    // AllThreadsSyscall performs a syscall on each OS thread of the Go
    // runtime. It first invokes the syscall on one thread. Should that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top