HomeSort by relevance Sort by last modified time
    Searched full:__attr (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /external/bison/lib/
spawn.in.h 271 _GL_FUNCDECL_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
273 _GL_CXXALIAS_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
276 _GL_FUNCDECL_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
279 _GL_CXXALIAS_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
296 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
298 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
301 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
304 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
324 (const posix_spawnattr_t *_Restrict_ __attr,
328 (const posix_spawnattr_t *_Restrict_ __attr,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
spawn.h 91 extern int posix_spawnattr_init (posix_spawnattr_t *__attr) __THROW;
94 extern int posix_spawnattr_destroy (posix_spawnattr_t *__attr) __THROW;
99 __restrict __attr,
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
111 __attr,
115 extern int posix_spawnattr_setsigmask (posix_spawnattr_t *__restrict __attr,
121 __attr,
130 __attr, pid_t *__restrict __pgroup)
134 extern int posix_spawnattr_setpgroup (posix_spawnattr_t *__attr,
139 __restrict __attr,
    [all...]
pthread.h 226 __const pthread_attr_t *__restrict __attr,
278 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
281 extern int pthread_attr_destroy (pthread_attr_t *__attr)
285 extern int pthread_attr_getdetachstate (__const pthread_attr_t *__attr,
290 extern int pthread_attr_setdetachstate (pthread_attr_t *__attr,
296 extern int pthread_attr_getguardsize (__const pthread_attr_t *__attr,
301 extern int pthread_attr_setguardsize (pthread_attr_t *__attr,
308 __attr,
313 extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr,
319 __attr, int *__restrict __policy
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h 91 extern int posix_spawnattr_init (posix_spawnattr_t *__attr) __THROW;
94 extern int posix_spawnattr_destroy (posix_spawnattr_t *__attr) __THROW;
99 __restrict __attr,
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
111 __attr,
115 extern int posix_spawnattr_setsigmask (posix_spawnattr_t *__restrict __attr,
121 __attr,
130 __attr, pid_t *__restrict __pgroup)
134 extern int posix_spawnattr_setpgroup (posix_spawnattr_t *__attr,
139 __restrict __attr,
    [all...]
pthread.h 226 __const pthread_attr_t *__restrict __attr,
278 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
281 extern int pthread_attr_destroy (pthread_attr_t *__attr)
285 extern int pthread_attr_getdetachstate (__const pthread_attr_t *__attr,
290 extern int pthread_attr_setdetachstate (pthread_attr_t *__attr,
296 extern int pthread_attr_getguardsize (__const pthread_attr_t *__attr,
301 extern int pthread_attr_setguardsize (pthread_attr_t *__attr,
308 __attr,
313 extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr,
319 __attr, int *__restrict __policy
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h 91 extern int posix_spawnattr_init (posix_spawnattr_t *__attr) __THROW;
94 extern int posix_spawnattr_destroy (posix_spawnattr_t *__attr) __THROW;
99 __restrict __attr,
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
111 __attr,
115 extern int posix_spawnattr_setsigmask (posix_spawnattr_t *__restrict __attr,
121 __attr,
130 __attr, pid_t *__restrict __pgroup)
134 extern int posix_spawnattr_setpgroup (posix_spawnattr_t *__attr,
139 __restrict __attr,
    [all...]
pthread.h 226 __const pthread_attr_t *__restrict __attr,
278 extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
281 extern int pthread_attr_destroy (pthread_attr_t *__attr)
285 extern int pthread_attr_getdetachstate (__const pthread_attr_t *__attr,
290 extern int pthread_attr_setdetachstate (pthread_attr_t *__attr,
296 extern int pthread_attr_getguardsize (__const pthread_attr_t *__attr,
301 extern int pthread_attr_setguardsize (pthread_attr_t *__attr,
308 __attr,
313 extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr,
319 __attr, int *__restrict __policy
    [all...]
  /external/bison/darwin-lib/
spawn.h 583 _GL_FUNCDECL_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
585 _GL_CXXALIAS_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
588 _GL_FUNCDECL_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
591 _GL_CXXALIAS_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
608 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
610 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
613 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
616 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
636 (const posix_spawnattr_t *_Restrict_ __attr,
640 (const posix_spawnattr_t *_Restrict_ __attr,
    [all...]
  /external/bison/linux-lib/
spawn.h 583 _GL_FUNCDECL_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
585 _GL_CXXALIAS_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
588 _GL_FUNCDECL_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
591 _GL_CXXALIAS_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
608 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
610 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
613 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
616 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
636 (const posix_spawnattr_t *_Restrict_ __attr,
640 (const posix_spawnattr_t *_Restrict_ __attr,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 194 pthread_mutexattr_t __attr; \
195 __pthread_mutexattr_init (&__attr); \
196 __pthread_mutexattr_settype (&__attr, PTHREAD_MUTEX_RECURSIVE_NP); \
197 __pthread_mutex_init (&(NAME).mutex, &__attr); \
198 __pthread_mutexattr_destroy (&__attr); \
207 pthread_mutexattr_t __attr; \
208 __pthread_mutexattr_init (&__attr); \
209 __pthread_mutexattr_settype (&__attr, PTHREAD_MUTEX_RECURSIVE_NP); \
210 __pthread_mutex_init (&(NAME).mutex, &__attr); \
211 __pthread_mutexattr_destroy (&__attr); \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 194 pthread_mutexattr_t __attr; \
195 __pthread_mutexattr_init (&__attr); \
196 __pthread_mutexattr_settype (&__attr, PTHREAD_MUTEX_RECURSIVE_NP); \
197 __pthread_mutex_init (&(NAME).mutex, &__attr); \
198 __pthread_mutexattr_destroy (&__attr); \
207 pthread_mutexattr_t __attr; \
208 __pthread_mutexattr_init (&__attr); \
209 __pthread_mutexattr_settype (&__attr, PTHREAD_MUTEX_RECURSIVE_NP); \
210 __pthread_mutex_init (&(NAME).mutex, &__attr); \
211 __pthread_mutexattr_destroy (&__attr); \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 194 pthread_mutexattr_t __attr; \
195 __pthread_mutexattr_init (&__attr); \
196 __pthread_mutexattr_settype (&__attr, PTHREAD_MUTEX_RECURSIVE_NP); \
197 __pthread_mutex_init (&(NAME).mutex, &__attr); \
198 __pthread_mutexattr_destroy (&__attr); \
207 pthread_mutexattr_t __attr; \
208 __pthread_mutexattr_init (&__attr); \
209 __pthread_mutexattr_settype (&__attr, PTHREAD_MUTEX_RECURSIVE_NP); \
210 __pthread_mutex_init (&(NAME).mutex, &__attr); \
211 __pthread_mutexattr_destroy (&__attr); \
    [all...]
  /development/ndk/platforms/android-3/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-tpf.h 212 pthread_mutexattr_t __attr; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-tpf.h 212 pthread_mutexattr_t __attr; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-tpf.h 212 pthread_mutexattr_t __attr; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 212 pthread_mutexattr_t __attr; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 212 pthread_mutexattr_t __attr; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);

Completed in 1606 milliseconds

1 2 3 4 5 6 7 8 9