HomeSort by: relevance | last modified time | path
    Searched defs:__gthrw_ (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/mips/
gthr-mipssde.h 60 static __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)));
61 # define __gthrw_(name) __gthrw_ ## name macro
64 # define __gthrw_(name) name macro
105 return __gthrw_(__sdethread_once) (__once, __func);
113 return __gthrw_(__sdethread_key_create) (__key, __dtor);
119 return __gthrw_(__sdethread_key_delete) (__key);
125 return __gthrw_(__sdethread_getspecific) (__key);
131 return __gthrw_(__sdethread_setspecific) (__key, __ptr);
144 return __gthrw_(__sdethread_mutex_lock) (__mutex)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
gthr-tpf.h 70 static __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)));
71 # define __gthrw_(name) __gthrw_ ## name macro
74 # define __gthrw_(name) name macro
103 return __gthrw_(pthread_once) (__once, __func);
112 return __gthrw_(pthread_key_create) (__key, __dtor);
121 return __gthrw_(pthread_key_delete) (__key);
130 return __gthrw_(pthread_getspecific) (__key);
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
148 return __gthrw_(pthread_mutex_destroy) (__mutex)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/mips/
gthr-mipssde.h 60 static __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)));
61 # define __gthrw_(name) __gthrw_ ## name macro
64 # define __gthrw_(name) name macro
105 return __gthrw_(__sdethread_once) (__once, __func);
113 return __gthrw_(__sdethread_key_create) (__key, __dtor);
119 return __gthrw_(__sdethread_key_delete) (__key);
125 return __gthrw_(__sdethread_getspecific) (__key);
131 return __gthrw_(__sdethread_setspecific) (__key, __ptr);
144 return __gthrw_(__sdethread_mutex_lock) (__mutex)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
gthr-tpf.h 70 static __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)));
71 # define __gthrw_(name) __gthrw_ ## name macro
74 # define __gthrw_(name) name macro
103 return __gthrw_(pthread_once) (__once, __func);
112 return __gthrw_(pthread_key_create) (__key, __dtor);
121 return __gthrw_(pthread_key_delete) (__key);
130 return __gthrw_(pthread_getspecific) (__key);
139 return __gthrw_(pthread_setspecific) (__key, __ptr);
148 return __gthrw_(pthread_mutex_destroy) (__mutex)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h 66 static __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)));
67 # define __gthrw_(name) __gthrw_ ## name macro
70 # define __gthrw_(name) name macro
100 # define __gthrw_pthread_getunique_np __gthrw_(pthread_getunique_np)
113 static void *const __gthread_active_ptr = (void *) &__gthrw_(pthread_create);
143 return __gthrw_(pthread_keycreate) (&_objc_thread_storage, NULL);
170 if (!(__gthrw_(pthread_create) (&new_thread_handle, pthread_attr_default,
207 if (pthread_setprio (__gthrw_(pthread_self) (), sys_priority) >= 0)
222 if ((sys_priority = pthread_getprio (__gthrw_(pthread_self) ())) >= 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h 66 static __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)));
67 # define __gthrw_(name) __gthrw_ ## name macro
70 # define __gthrw_(name) name macro
100 # define __gthrw_pthread_getunique_np __gthrw_(pthread_getunique_np)
113 static void *const __gthread_active_ptr = (void *) &__gthrw_(pthread_create);
143 return __gthrw_(pthread_keycreate) (&_objc_thread_storage, NULL);
170 if (!(__gthrw_(pthread_create) (&new_thread_handle, pthread_attr_default,
207 if (pthread_setprio (__gthrw_(pthread_self) (), sys_priority) >= 0)
222 if ((sys_priority = pthread_getprio (__gthrw_(pthread_self) ())) >= 0
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 99 # define __gthrw_(name) __gthrw_ ## name macro
102 # define __gthrw_(name) name macro
106 #define __gthrw(name) __gthrw2(__gthrw_ ## name,name,name)
210 if (__gthrw_(pthread_once))
214 __gthrw_(pthread_mutex_lock) (&__gthread_active_mutex);
215 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);
216 __gthrw_(pthread_mutex_unlock) (&__gthread_active_mutex);
253 __gthrw2(__gthrw_(__pthread_key_create),
256 # define GTHR_ACTIVE_PROXY __gthrw_(__pthread_key_create
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 93 # define __gthrw_(name) __gthrw_ ## name macro
96 # define __gthrw_(name) name macro
100 #define __gthrw(name) __gthrw2(__gthrw_ ## name,name,name)
197 if (__gthrw_(pthread_once))
201 __gthrw_(pthread_mutex_lock) (&__gthread_active_mutex);
202 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);
203 __gthrw_(pthread_mutex_unlock) (&__gthread_active_mutex);
240 __gthrw2(__gthrw_(__pthread_key_create),
243 # define GTHR_ACTIVE_PROXY __gthrw_(__pthread_key_create
    [all...]

Completed in 22 milliseconds