OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_cgo_try_pthread_create
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_libinit.c
27
int err =
_cgo_try_pthread_create
(&p, NULL, func, arg);
91
//
_cgo_try_pthread_create
retries pthread_create if it fails with
94
_cgo_try_pthread_create
(pthread_t* thread, const pthread_attr_t* attr, void* (*pfn)(void*), void* arg) {
function
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_libinit.c
27
int err =
_cgo_try_pthread_create
(&p, NULL, func, arg);
91
//
_cgo_try_pthread_create
retries pthread_create if it fails with
94
_cgo_try_pthread_create
(pthread_t* thread, const pthread_attr_t* attr, void* (*pfn)(void*), void* arg) {
function
Completed in 254 milliseconds