Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 9 of 9) sorted by relevance

/development/ndk/platforms/android-3/include/
Dpthread.h81 typedef long pthread_t; typedef
137 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
142 int pthread_join(pthread_t thid, void ** ret_val);
143 int pthread_detach(pthread_t thid);
145 pthread_t pthread_self(void);
146 int pthread_equal(pthread_t one, pthread_t two);
148 int pthread_getschedparam(pthread_t thid, int * policy,
150 int pthread_setschedparam(pthread_t thid, int poilcy,
195 int pthread_kill(pthread_t tid, int sig);
[all …]
Dthread_db.h65 typedef pthread_t thread_t;
/development/ndk/platforms/android-5/include/
Dpthread.h81 typedef long pthread_t; typedef
137 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
142 int pthread_join(pthread_t thid, void ** ret_val);
143 int pthread_detach(pthread_t thid);
145 pthread_t pthread_self(void);
146 int pthread_equal(pthread_t one, pthread_t two);
148 int pthread_getschedparam(pthread_t thid, int * policy,
150 int pthread_setschedparam(pthread_t thid, int poilcy,
222 int pthread_kill(pthread_t tid, int sig);
[all …]
/development/ndk/platforms/android-8/include/
Dpthread.h81 typedef long pthread_t; typedef
137 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
142 int pthread_join(pthread_t thid, void ** ret_val);
143 int pthread_detach(pthread_t thid);
145 pthread_t pthread_self(void);
146 int pthread_equal(pthread_t one, pthread_t two);
148 int pthread_getschedparam(pthread_t thid, int * policy,
150 int pthread_setschedparam(pthread_t thid, int poilcy,
227 int pthread_kill(pthread_t tid, int sig);
[all …]
/development/ndk/platforms/android-9/include/
Dpthread.h85 typedef long pthread_t; typedef
141 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
143 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
146 int pthread_join(pthread_t thid, void ** ret_val);
147 int pthread_detach(pthread_t thid);
149 pthread_t pthread_self(void);
150 int pthread_equal(pthread_t one, pthread_t two);
152 int pthread_getschedparam(pthread_t thid, int * policy,
154 int pthread_setschedparam(pthread_t thid, int poilcy,
268 int pthread_kill(pthread_t tid, int sig);
[all …]
Dthread_db.h67 typedef pthread_t thread_t;
/development/ndk/sources/android/libportable/arch-mips/
Dpthread.c119 PTHREAD_WRAPPER(pthread_getattr_np, (pthread_t thid, pthread_attr_t *attr), (thid, attr),
122 PTHREAD_WRAPPER(pthread_create, (pthread_t *thread, const pthread_attr_t *attr,
128 PTHREAD_WRAPPER(pthread_join, (pthread_t thid, void **ret_val), (thid, ret_val),
131 PTHREAD_WRAPPER(pthread_detach, (pthread_t thid), (thid), "(thid:%lx)");
136 PTHREAD_WRAPPER(pthread_getschedparam, (pthread_t thid, int *policy, struct sched_param *param),
139 PTHREAD_WRAPPER(pthread_setschedparam, (pthread_t thid, int policy,
262 int WRAP(pthread_kill)(pthread_t thread, int portable_signum) in WRAP()
307 PTHREAD_WRAPPER(pthread_getcpuclockid, (pthread_t tid, clockid_t *clockid), (tid, clockid),
313 PTHREAD_WRAPPER(pthread_setname_np, (pthread_t thid, const char *thname), (thid, thname),
/development/ndk/platforms/android-3/include/sys/
Dtypes.h85 typedef .... pthread_t;
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.h173 pthread_t thread;