Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Delta Between Two Patch Sets: src/pkg/runtime/os_darwin.go

Issue 160200044: [dev.power64] code review 160200044: build: merge default into dev.power64 (Closed)
Left Patch Set: Created 10 years, 4 months ago
Right Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/runtime/os_darwin.c ('k') | src/pkg/runtime/os_dragonfly.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // Copyright 2014 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 import "unsafe"
8
9 func bsdthread_create(stk, mm, gg, fn unsafe.Pointer) int32
10 func bsdthread_register() int32
11 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, ti meout, notify uint32) int32
12 func mach_reply_port() uint32
13 func mach_task_self() uint32
14 func mach_thread_self() uint32
15 func sysctl(mib *uint32, miblen uint32, out *byte, size *uintptr, dst *byte, nds t uintptr) int32
16 func sigprocmask(sig int32, new, old unsafe.Pointer)
17 func sigaction(mode uint32, new, old unsafe.Pointer)
18 func sigaltstack(new, old unsafe.Pointer)
19 func sigtramp()
20 func setitimer(mode int32, new, old unsafe.Pointer)
21 func mach_semaphore_wait(sema uint32) int32
22 func mach_semaphore_timedwait(sema, sec, nsec uint32) int32
23 func mach_semaphore_signal(sema uint32) int32
24 func mach_semaphore_signal_all(sema uint32) int32
25
26 const stackSystem = 0
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b