Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Ddescr.h114 struct robust_list_head struct
179 struct robust_list_head robust_head;
232 struct robust_list_head robust_head;
Dpthread_create.c384 sizeof (struct robust_list_head)); in start_thread()
/glibc-2.36/sysdeps/nptl/
D_Fork.c45 sizeof (struct robust_list_head)); in _Fork()
Ddl-tls_init_tp.c94 sizeof (struct robust_list_head)); in __tls_init_tp()
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl5205 * descr.h: Define struct robust_list_head.
5206 (struct pthread): Use robust_list_head in robust mutex list definition.