Home
last modified time | relevance | path

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

12

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h225 extern int pthread_create (pthread_t *__restrict __newthread,
242 extern int pthread_join (pthread_t __th, void **__thread_return);
247 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW;
255 extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return,
263 extern int pthread_detach (pthread_t __th) __THROW;
267 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
270 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW;
404 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr)
413 extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
418 extern int pthread_getschedparam (pthread_t __target_thread,
[all …]
H A Dthread_db.h243 typedef pthread_t thread_t;
320 extern td_err_e td_ta_map_id2thr (const td_thragent_t *__ta, pthread_t __pt,
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h151 (pthread_t thread, int *policy, struct sched_param *param));
153 (pthread_t thread, int policy, struct sched_param *param));
203 (pthread_t *thread, const pthread_attr_t *attr,
208 int _EXFUN(pthread_join, (pthread_t thread, void **value_ptr));
212 int _EXFUN(pthread_detach, (pthread_t thread));
220 pthread_t _EXFUN(pthread_self, (void));
224 int _EXFUN(pthread_equal, (pthread_t t1, pthread_t t2));
263 int _EXFUN(pthread_cancel, (pthread_t thread));
281 (pthread_t thread_id, clockid_t *clock_id));
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_cfg.h239 pthread_t threadId;
276 pthread_t threadCmdRecvStart;
321 extern pthread_t gTestThreads[MAX_SELFTEST_THREAD_CNT];
/utopia/UTPA2-700.0.x/modules/sys/hal/kano/sys/
H A DhalSYS.c651 static pthread_t hDvfsThread;
1103 static pthread_t hDvfsGpuThread;
/utopia/UTPA2-700.0.x/modules/sys/hal/k6/sys/
H A DhalSYS.c655 static pthread_t hDvfsThread;
1082 static pthread_t hDvfsGpuThread;
/utopia/UTPA2-700.0.x/modules/sys/hal/k7u/sys/
H A DhalSYS.c653 static pthread_t hDvfsThread;
1080 static pthread_t hDvfsGpuThread;
/utopia/UTPA2-700.0.x/modules/sys/hal/k6lite/sys/
H A DhalSYS.c666 static pthread_t hDvfsThread;
1093 static pthread_t hDvfsGpuThread;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsigthread.h36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
H A Dpthreadtypes.h50 typedef unsigned long int pthread_t; typedef
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h93 #define pthread_t cyg_thread macro
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c12237 pthread_t thread_info0; in AU_CUS_CreateThread()
12282 pthread_t thread_info1; in AU_CUS_CreateThread()
12330 pthread_t thread_info2; in AU_CUS_CreateThread()
12376 pthread_t thread_info3; in AU_CUS_CreateThread()
12422 pthread_t thread_info4; in AU_CUS_CreateThread()
12467 pthread_t thread_info5; in AU_CUS_CreateThread()
12512 pthread_t thread_info6; in AU_CUS_CreateThread()
12557 pthread_t thread_info7; in AU_CUS_CreateThread()
12602 pthread_t thread_info8; in AU_CUS_CreateThread()
12647 pthread_t thread_info9; in AU_CUS_CreateThread()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c182 pthread_t pthIPAPollingId;
1164 pthread_t pthIPAPollingId = -1; in MApi_IPA_Pool_Notify()
H A DMsOS_linux.c351 pthread_t stThreadInfo;
1569 pthread_t self; in MsOS_InfoTaskID()
2555 pthread_t id; in MsOS_CreateTimer()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtypes.h285 typedef __uint32_t pthread_t; /* identify a thread */ typedef
H A Dsignal.h163 int _EXFUN(pthread_kill, (pthread_t thread, int sig));
/utopia/UTPA2-700.0.x/modules/pws/hal/curry/pws/
H A DhalPWS.c226 static pthread_t hPowerMonitorThread;
/utopia/UTPA2-700.0.x/modules/pws/hal/k6/pws/
H A DhalPWS.c228 static pthread_t hPowerMonitorThread;
/utopia/UTPA2-700.0.x/modules/pws/hal/k6lite/pws/
H A DhalPWS.c228 static pthread_t hPowerMonitorThread;
/utopia/UTPA2-700.0.x/modules/sys/hal/curry/sys/
H A DhalSYS.c717 static pthread_t hDvfsThread;
/utopia/UTPA2-700.0.x/modules/sys/hal/mooney/sys/
H A DhalSYS.c780 static pthread_t hDvfsThread;
/utopia/UTPA2-700.0.x/modules/sys/hal/messi/sys/
H A DhalSYS.c795 static pthread_t hDvfsThread;
/utopia/UTPA2-700.0.x/mxlib/hal/M7821/
H A DhalCHIP.c667 pthread_t ithr ;
/utopia/UTPA2-700.0.x/mxlib/hal/maxim/
H A DhalCHIP.c667 pthread_t ithr ;
/utopia/UTPA2-700.0.x/mxlib/hal/marcus/
H A DhalCHIP.c667 pthread_t ithr ;

12