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 D | gthread.d | 99 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 D | gthread.d | 101 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 D | gthr-win32.h | 416 extern int __gthr_win32_once (__gthread_once_t *, void (*) (void)); 439 return __gthr_win32_once (__once, __func); in __gthread_once()
|
H A D | gthr-win32.c | 70 __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 D | gthr-win32.h | 397 extern int __gthr_win32_once (__gthread_once_t *, void (*) (void)); 420 return __gthr_win32_once (__once, __func); in __gthread_once()
|
H A D | gthr-win32.c | 68 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) in __gthr_win32_once() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 16439 (__gthr_win32_once, __gthr_win32_key_create, 16454 (__gthr_win32_once, __gthr_win32_key_create,
|