Searched refs:_pthread_data_t (Results 1 – 3 of 3) sorted by relevance
44 _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 …]
62 typedef struct _pthread_data _pthread_data_t; typedef64 _pthread_data_t *_pthread_get_data(pthread_t thread);
56 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 5 milliseconds