Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAllThreadsSyscallBlockedSyscall (0.18 sec)

  1. src/syscall/syscall_linux_test.go

    		t.Errorf("AllThreadSyscall(SYS_CAPGET) got %d, %d, %v, want err %v", r1, r2, err, syscall.EFAULT)
    	}
    }
    
    // TestAllThreadsSyscallBlockedSyscall confirms that AllThreadsSyscall
    // can interrupt threads in long-running system calls. This test will
    // deadlock if this doesn't work correctly.
    func TestAllThreadsSyscallBlockedSyscall(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top