Documentation ¶
Overview ¶
Test that the #cgo CFLAGS directive works, with and without platform filters. See https://golang.org/issue/5224 for details.
Test that pthread_cancel works as expected (NPTL uses SIGRTMIN to implement thread cancelation) See https://golang.org/issue/6997
Index ¶
- Constants
- Variables
- func Add(x int)
- func Atol(s string) int
- func BackIntoGo()
- func BackgroundSleep(n int32)
- func GoIssue6833Func(aui uint, aui64 uint64) uint64
- func IMPDrawRect()
- func IMPInitWithFrame()
- func IMPIsOpaque()
- func IMPWindowResize()
- func IntoGoAndBack()
- func Issue8148() int
- func ReturnIntLong() (int, C.long)
- func Strtol(s string, base int) (int, error)
- func TestComplexAlign(t *testing.T)
- type AsyncEvent
- type Context
Constants ¶
View Source
const EINVAL = C.EINVAL /* test #define */
Variables ¶
View Source
var KILO = C.KILO
View Source
var Used byte
Functions ¶
func BackIntoGo ¶
func BackIntoGo()
func BackgroundSleep ¶
func BackgroundSleep(n int32)
func GoIssue6833Func ¶
func IMPDrawRect ¶
func IMPDrawRect()
func IMPInitWithFrame ¶
func IMPInitWithFrame()
func IMPIsOpaque ¶
func IMPIsOpaque()
func IMPWindowResize ¶
func IMPWindowResize()
func IntoGoAndBack ¶
func IntoGoAndBack()
func ReturnIntLong ¶
func TestComplexAlign ¶
Types ¶
type AsyncEvent ¶
type AsyncEvent struct {
// contains filtered or unexported fields
}
Source Files ¶
- align.go
- api.go
- backdoor.go
- basic.go
- buildid_linux.go
- callback.go
- cflags.go
- checkconst.go
- complex.go
- cthread.go
- duplicate_symbol.go
- env.go
- exports.go
- fpvar.go
- gcc68255.go
- helpers.go
- issue10303.go
- issue11925.go
- issue12030.go
- issue1222.go
- issue1328.go
- issue13402.go
- issue13930.go
- issue14838.go
- issue1560.go
- issue1635.go
- issue17065.go
- issue17537.go
- issue18126.go
- issue18146.go
- issue18720.go
- issue20129.go
- issue20266.go
- issue20369.go
- issue20910.go
- issue21668.go
- issue21708.go
- issue2462.go
- issue3250.go
- issue3261.go
- issue3729.go
- issue3741.go
- issue3775.go
- issue3945.go
- issue4029.go
- issue4054a.go
- issue4054b.go
- issue4339.go
- issue4417.go
- issue4857.go
- issue5227.go
- issue5242.go
- issue5337.go
- issue5548.go
- issue5603.go
- issue5740.go
- issue5986.go
- issue6128.go
- issue6390.go
- issue6472.go
- issue6506.go
- issue6612.go
- issue6833.go
- issue6997_linux.go
- issue7560.go
- issue7665.go
- issue7786.go
- issue7978.go
- issue8092.go
- issue8148.go
- issue8331a.go
- issue8331b.go
- issue8428.go
- issue8441.go
- issue8517.go
- issue8694.go
- issue8756.go
- issue8811.go
- issue8828.go
- issue9026.go
- issue9400_linux.go
- issue9510.go
- issue9557.go
- setgid_linux.go
- sigaltstack.go
- sigprocmask.go
Click to show internal directories.
Click to hide internal directories.