Searched refs:__func (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-vxworks.c53 __gthread_once (__gthread_once_t * __guard, void (*__func) (void))
71 /* Setup a cleanup to release the guard when __func() throws an
79 __func ();
H A Dgthr-rtems.h66 __gthread_create (__gthread_t *__threadid, void *(*__func) (void *),
69 return pthread_create (__threadid, NULL, __func, __args);
103 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
105 return pthread_once (__once, __func);
H A Dgthr-vxworks-thread.c219 __task_wrapper (__gthread_t tcb, FUNCPTR __func, _Vx_usr_arg_t __args) argument
230 void *return_value = (void *) __func (__args);
251 __gthread_create (__gthread_t * __threadid, void *(*__func) (void *),
286 (_Vx_usr_arg_t) __func,
H A Dgthr-vxworks.h221 extern int __gthread_once (__gthread_once_t *__once, void (*__func)(void));
318 void *(*__func) (void*),
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks.c54 __gthread_once (__gthread_once_t * __guard, void (*__func) (void))
72 /* Setup a cleanup to release the guard when __func() throws an
80 __func ();
H A Dgthr-rtems.h66 __gthread_create (__gthread_t *__threadid, void *(*__func) (void *),
69 return pthread_create (__threadid, NULL, __func, __args);
103 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
105 return pthread_once (__once, __func);
H A Dgthr-vxworks-thread.c259 __task_wrapper (__gthread_t tcb, FUNCPTR __func, _Vx_usr_arg_t __args) argument
270 void *return_value = (void *) __func (__args);
291 __gthread_create (__gthread_t * __threadid, void *(*__func) (void *),
326 (_Vx_usr_arg_t) __func,
H A Dgthr-vxworks.h221 extern int __gthread_once (__gthread_once_t *__once, void (*__func)(void));
326 void *(*__func) (void*),
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dthread_win32.cpp181 void *(*__func)(void *); member in struct:__libcpp_beginthreadex_thunk_data
190 auto *__func = __data->__func; local
193 return static_cast<unsigned>(reinterpret_cast<uintptr_t>(__func(__arg)));
200 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
204 __data->__func = __func;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-single.h217 __gthread_once (__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED)
223 __gthread_key_create (__gthread_key_t *__key UNUSED, void (*__func) (void *) UNUSED)
H A Dgthr-posix.h663 __gthread_create (__gthread_t *__threadid, void *(*__func) (void*),
666 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
700 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
703 return __gthrw_(pthread_once) (__once, __func);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgthr-single.h217 __gthread_once (__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED)
223 __gthread_key_create (__gthread_key_t *__key UNUSED, void (*__func) (void *) UNUSED)
H A Dgthr-posix.h663 __gthread_create (__gthread_t *__threadid, void *(*__func) (void*),
666 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
700 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
703 return __gthrw_(pthread_once) (__once, __func);
/netbsd-current/sys/dev/ic/
H A Dath_netbsd.h39 #define TASK_INIT(__task, __zero, __func, __context) \
43 __CONCAT(__func, _si), \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dgthr-mipssde.h102 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
105 return __gthrw_(__sdethread_once) (__once, __func);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dgthr-tpf.h100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dgthr-mipssde.h102 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
105 return __gthrw_(__sdethread_once) (__once, __func);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dgthr-tpf.h100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
103 return __gthrw_(pthread_once) (__once, __func);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/gcn/
H A Dgthr-gcn.h67 void (*__func) (void) __attribute__((unused)))
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/gcn/
H A Dgthr-gcn.h67 void (*__func) (void) __attribute__((unused)))
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgthr-win32.h436 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
439 return __gthr_win32_once (__once, __func);
553 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
557 else if (__once == NULL || __func == NULL)
564 (*__func) ();
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgthr-win32.h417 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
420 return __gthr_win32_once (__once, __func);
534 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
538 else if (__once == NULL || __func == NULL)
545 (*__func) ();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h136 #define __DEF_FUN1(__retty, __func) \
138 __retty __func(float __x) { return __func##f(__x); }
141 #define __DEF_FUN2(__retty, __func) \
143 __retty __func(float __x, float __y) { return __func##f(__x, __y); }
146 #define __DEF_FUN2_FI(__retty, __func) \
148 __retty __func(float __x, int __y) { return __func##f(__x, __y); }
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dgthr-dce.h439 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
442 return __gthrw_(pthread_once) (__once, __func);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dgthr-dce.h439 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
442 return __gthrw_(pthread_once) (__once, __func);

Completed in 166 milliseconds

12