Home
last modified time | relevance | path

Searched refs:pthread_tcb_t (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Dpthread.c27 pthread_tcb_t *ptcb = NULL; in pthread_cleanup_pop()
47 pthread_tcb_t *ptcb = NULL; in pthread_cleanup_push()
82 pthread_tcb_t *ptcb = NULL; in pthread_exit()
123 pthread_tcb_t *ptcb = arg; in start_pthread()
144 ptcb = (pthread_tcb_t *)malloc(sizeof(pthread_tcb_t)); in pthread_create()
223 pthread_tcb_t *ptcb = NULL; in pthread_detach()
251 pthread_tcb_t *ptcb = NULL; in pthread_timedjoin_np()
349 pthread_tcb_t *ptcb = NULL; in pthread_getschedparam()
389 pthread_tcb_t *ptcb = NULL; in pthread_setschedparam()
428 pthread_tcb_t *ptcb = NULL; in pthread_self()
[all …]
A Dsched.c28 static inline pthread_tcb_t* sched_get_ptcb(pid_t pid) in sched_get_ptcb()
49 pthread_tcb_t *ptcb = NULL; in sched_setscheduler()
99 pthread_tcb_t *ptcb = NULL; in sched_getscheduler()
119 pthread_tcb_t *ptcb = NULL; in sched_setparam()
165 pthread_tcb_t *ptcb = NULL; in sched_getparam()
240 pthread_tcb_t *ptcb = NULL; in sched_rr_get_interval()
/AliOS-Things-master/components/posix/src/internal/
A Dpthread.h47 } pthread_tcb_t; typedef
49 static inline pthread_tcb_t* __pthread_get_tcb(pthread_t thread) in __pthread_get_tcb()
51 pthread_tcb_t* ptcb = (pthread_tcb_t*)thread; in __pthread_get_tcb()

Completed in 8 milliseconds