Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_spec.c45 struct pthread_key _thread_keytable[PTHREAD_KEYS_MAX]; variable
69 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 …]
H A Dthr_private.h729 extern struct pthread_key _thread_keytable[];
/freebsd/lib/libthr/
H A Dpthread.map278 _thread_keytable;