OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bsdthread_create
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
os_darwin.go
14
func
bsdthread_create
(stk, arg unsafe.Pointer, fn uintptr) int32
func
122
errno :=
bsdthread_create
(stk, unsafe.Pointer(mp), funcPC(mstart))
148
errno :=
bsdthread_create
(stk, fn, fnarg)
/prebuilts/go/linux-x86/src/runtime/
os_darwin.go
14
func
bsdthread_create
(stk, arg unsafe.Pointer, fn uintptr) int32
func
122
errno :=
bsdthread_create
(stk, unsafe.Pointer(mp), funcPC(mstart))
148
errno :=
bsdthread_create
(stk, fn, fnarg)
Completed in 284 milliseconds