OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_pthread_wrapper
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c
88
static void
init_pthread_wrapper
(void) {
function
120
if(pthread_once(&init_pthread_wrapper_once,
init_pthread_wrapper
) != 0) {
148
if(pthread_once(&init_pthread_wrapper_once,
init_pthread_wrapper
) != 0) {
gcc_openbsd_amd64.c
88
static void
init_pthread_wrapper
(void) {
function
120
if(pthread_once(&init_pthread_wrapper_once,
init_pthread_wrapper
) != 0) {
148
if(pthread_once(&init_pthread_wrapper_once,
init_pthread_wrapper
) != 0) {
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c
88
static void
init_pthread_wrapper
(void) {
function
120
if(pthread_once(&init_pthread_wrapper_once,
init_pthread_wrapper
) != 0) {
148
if(pthread_once(&init_pthread_wrapper_once,
init_pthread_wrapper
) != 0) {
gcc_openbsd_amd64.c
88
static void
init_pthread_wrapper
(void) {
function
120
if(pthread_once(&init_pthread_wrapper_once,
init_pthread_wrapper
) != 0) {
148
if(pthread_once(&init_pthread_wrapper_once,
init_pthread_wrapper
) != 0) {
Completed in 67 milliseconds