OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [runtime/] [sig.go] - Blame information for rev 747

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 747 jeremybenn
// Copyright 2009 The Go Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
 
5
package runtime
6
 
7
// Sigrecv returns a bitmask of signals that have arrived since the last call to Sigrecv.
8
// It blocks until at least one signal arrives.
9
func Sigrecv() uint32
10
 
11
// Signame returns a string describing the signal, or "" if the signal is unknown.
12
func Signame(sig int32) string
13
 
14
// Siginit enables receipt of signals via Sigrecv.  It should typically
15
// be called during initialization.
16
func Siginit()

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.