/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
htl/libpthread_syms.a
10 строк
341 B
Samuel Thibault
hurd: Drop remnants of cthreads
12 ноя 2025, 03:11
12 ноя 2025, 03:11
f851a74
Код
Авторство
О чём код?
/* pthread initializer is weak in glibc. It must be included if glibc is to start threading. */ EXTERN(__pthread_initialize_minimal) /* To create the sigthread and get its stack layout on fork */ EXTERN(pthread_create) EXTERN(pthread_detach) EXTERN(pthread_getattr_np) EXTERN(pthread_attr_getstack) EXTERN(__pthread_enable_asynccancel)