Source File
sys_darwin.go
Belonging Package
runtime
package runtime
import
func (, , , uintptr) (, , uintptr) {
entersyscall()
libcCall(unsafe.Pointer(funcPC(syscallPtr)), unsafe.Pointer(&))
exitsyscall()
return
}
func ()
func (, , , , , , uintptr) ( uintptr) {
entersyscall()
libcCall(unsafe.Pointer(funcPC(syscallNoErr)), unsafe.Pointer(&))
exitsyscall()
return
}
func ()
func ( *pthreadattr) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_attr_init_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadattr, *uintptr) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_attr_getstacksize_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadattr, int) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_attr_setdetachstate_trampoline)), unsafe.Pointer(&))
}
func ()
func ( uint32, *usigactiont, *usigactiont) {
libcCall(unsafe.Pointer(funcPC(sigaction_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadmutex, *pthreadmutexattr) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_mutex_init_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadmutex) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_mutex_lock_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadmutex) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_mutex_unlock_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadcond, *pthreadcondattr) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_cond_init_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadcond, *pthreadmutex) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_cond_wait_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadcond, *pthreadmutex, *timespec) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_cond_timedwait_relative_np_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *pthreadcond) int32 {
return libcCall(unsafe.Pointer(funcPC(pthread_cond_signal_trampoline)), unsafe.Pointer(&))
}
func ()
func ( *uint32) {
}
func ( int32) {
fcntl(, _F_SETFD, _FD_CLOEXEC)
}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |