mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
61dd6208fb
This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes. |
||
---|---|---|
.. | ||
nptl | ||
getcontext.S | ||
makecontext.S | ||
Makefile | ||
setcontext.S | ||
swapcontext.S | ||
syscalls.list | ||
sysdep.h | ||
ucontext_i.sym |