Home
last modified time | relevance | path

Searched refs:__gthr_win32_once (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dgthread.d99 int __gthr_win32_once(__gthread_once_t* once, GthreadOnceFn);
105 alias __gthread_once = __gthr_win32_once;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dgthread.d101 int __gthr_win32_once(__gthread_once_t* once, GthreadOnceFn);
107 alias __gthread_once = __gthr_win32_once;
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgthr-win32.h416 extern int __gthr_win32_once (__gthread_once_t *, void (*) (void));
439 return __gthr_win32_once (__once, __func); in __gthread_once()
H A Dgthr-win32.c70 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) in __gthr_win32_once() function
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgthr-win32.h397 extern int __gthr_win32_once (__gthread_once_t *, void (*) (void));
420 return __gthr_win32_once (__once, __func); in __gthread_once()
H A Dgthr-win32.c68 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) in __gthr_win32_once() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200216439 (__gthr_win32_once, __gthr_win32_key_create,
16454 (__gthr_win32_once, __gthr_win32_key_create,