HomeSort by relevance Sort by last modified time
    Searched refs:pthread_attr_t (Results 1 - 25 of 358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_setschedpolicy.c 42 pthread_attr_setschedpolicy (pthread_attr_t * attr, int policy)
ptw32_is_attr.c 41 ptw32_is_attr (const pthread_attr_t * attr)
pthread_attr_destroy.c 42 pthread_attr_destroy (pthread_attr_t * attr)
50 * pointer to an instance of pthread_attr_t
pthread_attr_getdetachstate.c 42 pthread_attr_getdetachstate (const pthread_attr_t * attr, int *detachstate)
51 * pointer to an instance of pthread_attr_t
pthread_attr_getinheritsched.c 42 pthread_attr_getinheritsched (const pthread_attr_t * attr, int *inheritsched)
pthread_attr_getschedpolicy.c 42 pthread_attr_getschedpolicy (const pthread_attr_t * attr, int *policy)
pthread_attr_getscope.c 46 pthread_attr_getscope (const pthread_attr_t * attr, int *contentionscope)
pthread_attr_setstackaddr.c 42 pthread_attr_setstackaddr (pthread_attr_t * attr, void *stackaddr)
52 * pointer to an instance of pthread_attr_t
pthread_attr_init.c 42 pthread_attr_init (pthread_attr_t * attr)
51 * pointer to an instance of pthread_attr_t
68 pthread_attr_t attr_result;
76 attr_result = (pthread_attr_t) malloc (sizeof (*attr_result));
pthread_attr_getschedparam.c 42 pthread_attr_getschedparam (const pthread_attr_t * attr,
pthread_attr_getstackaddr.c 46 pthread_attr_getstackaddr (const pthread_attr_t * attr, void **stackaddr)
55 * pointer to an instance of pthread_attr_t
pthread_attr_getstacksize.c 46 pthread_attr_getstacksize (const pthread_attr_t * attr, size_t * stacksize)
55 * pointer to an instance of pthread_attr_t
pthread_attr_setdetachstate.c 42 pthread_attr_setdetachstate (pthread_attr_t * attr, int detachstate)
51 * pointer to an instance of pthread_attr_t
pthread_attr_setinheritsched.c 42 pthread_attr_setinheritsched (pthread_attr_t * attr, int inheritsched)
pthread_attr_setscope.c 46 pthread_attr_setscope (pthread_attr_t * attr, int contentionscope)
pthread_attr_setstacksize.c 42 pthread_attr_setstacksize (pthread_attr_t * attr, size_t stacksize)
51 * pointer to an instance of pthread_attr_t
  /bionic/libc/bionic/
pthread_attr.cpp 39 int pthread_attr_init(pthread_attr_t* attr) {
49 int pthread_attr_destroy(pthread_attr_t* attr) {
50 memset(attr, 0x42, sizeof(pthread_attr_t));
54 int pthread_attr_setdetachstate(pthread_attr_t* attr, int state) {
65 int pthread_attr_getdetachstate(pthread_attr_t const* attr, int* state) {
70 int pthread_attr_setschedpolicy(pthread_attr_t* attr, int policy) {
75 int pthread_attr_getschedpolicy(pthread_attr_t const* attr, int* policy) {
80 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const* param) {
85 int pthread_attr_getschedparam(pthread_attr_t const* attr, struct sched_param* param) {
90 int pthread_attr_setstacksize(pthread_attr_t* attr, size_t stack_size)
    [all...]
  /bionic/libc/include/
pthread.h 79 } pthread_attr_t; typedef in typeref:struct:__anon87
114 int pthread_attr_init(pthread_attr_t * attr);
115 int pthread_attr_destroy(pthread_attr_t * attr);
117 int pthread_attr_setdetachstate(pthread_attr_t * attr, int state);
118 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
120 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
121 int pthread_attr_getschedpolicy(pthread_attr_t const * attr, int * policy);
123 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
124 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
126 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size)
    [all...]
  /development/ndk/platforms/android-3/include/
pthread.h 75 } pthread_attr_t; typedef in typeref:struct:__anon1281
110 int pthread_attr_init(pthread_attr_t * attr);
111 int pthread_attr_destroy(pthread_attr_t * attr);
113 int pthread_attr_setdetachstate(pthread_attr_t * attr, int state);
114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
117 int pthread_attr_getschedpolicy(pthread_attr_t const * attr, int * policy);
119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
122 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size)
    [all...]
  /development/ndk/platforms/android-5/include/
pthread.h 75 } pthread_attr_t; typedef in typeref:struct:__anon1326
110 int pthread_attr_init(pthread_attr_t * attr);
111 int pthread_attr_destroy(pthread_attr_t * attr);
113 int pthread_attr_setdetachstate(pthread_attr_t * attr, int state);
114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
117 int pthread_attr_getschedpolicy(pthread_attr_t const * attr, int * policy);
119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
122 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size)
    [all...]
  /development/ndk/platforms/android-8/include/
pthread.h 75 } pthread_attr_t; typedef in typeref:struct:__anon1334
110 int pthread_attr_init(pthread_attr_t * attr);
111 int pthread_attr_destroy(pthread_attr_t * attr);
113 int pthread_attr_setdetachstate(pthread_attr_t * attr, int state);
114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
117 int pthread_attr_getschedpolicy(pthread_attr_t const * attr, int * policy);
119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
122 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size)
    [all...]
  /development/ndk/platforms/android-9/include/
pthread.h 79 } pthread_attr_t; typedef in typeref:struct:__anon1520
114 int pthread_attr_init(pthread_attr_t * attr);
115 int pthread_attr_destroy(pthread_attr_t * attr);
117 int pthread_attr_setdetachstate(pthread_attr_t * attr, int state);
118 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
120 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
121 int pthread_attr_getschedpolicy(pthread_attr_t const * attr, int * policy);
123 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
124 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
126 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size)
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 75 } pthread_attr_t; typedef in typeref:struct:__anon43540
110 int pthread_attr_init(pthread_attr_t * attr);
111 int pthread_attr_destroy(pthread_attr_t * attr);
113 int pthread_attr_setdetachstate(pthread_attr_t * attr, int state);
114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
117 int pthread_attr_getschedpolicy(pthread_attr_t const * attr, int * policy);
119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
122 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 75 } pthread_attr_t; typedef in typeref:struct:__anon43894
110 int pthread_attr_init(pthread_attr_t * attr);
111 int pthread_attr_destroy(pthread_attr_t * attr);
113 int pthread_attr_setdetachstate(pthread_attr_t * attr, int state);
114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
117 int pthread_attr_getschedpolicy(pthread_attr_t const * attr, int * policy);
119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
122 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 75 } pthread_attr_t; typedef in typeref:struct:__anon44248
110 int pthread_attr_init(pthread_attr_t * attr);
111 int pthread_attr_destroy(pthread_attr_t * attr);
113 int pthread_attr_setdetachstate(pthread_attr_t * attr, int state);
114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
117 int pthread_attr_getschedpolicy(pthread_attr_t const * attr, int * policy);
119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
122 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size)
    [all...]

Completed in 693 milliseconds

1 2 3 4 5 6 7 8 91011>>