Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread.c44 _pthread_data_t *ptd; in _pthread_get_data()
114 ptd = (_pthread_data_t*)rt_malloc(sizeof(_pthread_data_t)); in _pthread_data_create()
331 _pthread_data_t *ptd; in pthread_entry_stub()
398 _pthread_data_t *ptd; in pthread_create()
606 _pthread_data_t *ptd; in pthread_join()
668 _pthread_data_t *ptd; in pthread_self()
824 _pthread_data_t *ptd; in pthread_getschedparam()
877 _pthread_data_t *ptd; in pthread_setschedparam()
918 _pthread_data_t *ptd; in pthread_setschedprio()
949 _pthread_data_t *ptd; in pthread_exit()
[all …]
A Dpthread_internal.h62 typedef struct _pthread_data _pthread_data_t; typedef
64 _pthread_data_t *_pthread_get_data(pthread_t thread);
A Dpthread_tls.c56 ptd = (_pthread_data_t *)rt_thread_self()->pthread_data; in pthread_getspecific()
107 ptd = (_pthread_data_t *)rt_thread_self()->pthread_data; in pthread_setspecific()

Completed in 6 milliseconds