Searched refs:gomp_is_initialized (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c52 static pthread_once_t gomp_is_initialized = PTHREAD_ONCE_INIT; variable
99 (void) pthread_once (&gomp_is_initialized, gomp_target_init);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c69 static pthread_once_t gomp_is_initialized = PTHREAD_ONCE_INIT; variable
116 (void) pthread_once (&gomp_is_initialized, gomp_target_init);

Completed in 282 milliseconds