Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sigdelset (0.1 sec)

  1. src/runtime/signal_unix.go

    		// signals when exiting threads.
    		// - glibc: SIGCANCEL (32), SIGSETXID (33)
    		// - musl: SIGTIMER (32), SIGCANCEL (33), SIGSYNCCALL (34)
    		sigdelset(&res, 32)
    		sigdelset(&res, 33)
    		sigdelset(&res, 34)
    	}
    
    	return res
    }()
    
    // sigblock blocks signals in the current thread's signal mask.
    // This is used to block signals while setting up and tearing down g
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
Back to top