Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sigthreadmask (0.41 sec)

  1. src/runtime/os2_aix.go

    	if gp != nil && gp.m != nil {
    		r, err := syscall3(&libpthread_sigthreadmask, uintptr(how), uintptr(unsafe.Pointer(new)), uintptr(unsafe.Pointer(old)))
    		if int32(r) != 0 {
    			println("syscall sigthreadmask failed: ", hex(err))
    			throw("syscall sigthreadmask")
    		}
    		return
    	}
    	sigprocmask1(uintptr(how), uintptr(unsafe.Pointer(new)), uintptr(unsafe.Pointer(old)))
    
    }
    
    //go:nosplit
    func pthread_self() pthread {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top