Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread.c23 _pthread_data_t *pth_table[PTHREAD_NUM_MAX] = {NULL}; variable
49 ptd = pth_table[thread]; in _pthread_get_data()
82 if (pth_table[index] == ptd) break; in _pthread_data_get_pth()
126 if (pth_table[index] == NULL) in _pthread_data_create()
128 pth_table[index] = ptd; in _pthread_data_create()
255 pth_table[pth] = NULL; in _pthread_data_destroy()

Completed in 13 milliseconds