Searched refs:_thread_keytable (Results 1 – 3 of 3) sorted by relevance
45 struct pthread_key _thread_keytable[PTHREAD_KEYS_MAX]; variable69 if (_thread_keytable[i].allocated == 0) { in _thr_key_create()70 _thread_keytable[i].allocated = 1; in _thr_key_create()71 _thread_keytable[i].destructor = destructor; in _thr_key_create()72 _thread_keytable[i].seqno++; in _thr_key_create()95 if (_thread_keytable[key].allocated) { in _thr_key_delete()96 _thread_keytable[key].allocated = 0; in _thr_key_delete()123 if (_thread_keytable[key].allocated && in _thread_cleanupspecific()126 _thread_keytable[key].seqno) { in _thread_cleanupspecific()128 destructor = _thread_keytable[key]. in _thread_cleanupspecific()[all …]
729 extern struct pthread_key _thread_keytable[];
278 _thread_keytable;