Skip to content
Commit 590258b3 authored by Jordan Yates's avatar Jordan Yates Committed by Benjamin Cabé
Browse files

posix: options: `POSIX_THREADS` require a stack



`pthread_setspecific` requires a stack in order to allocate the
`struct pthread_key_data` data structure. On 64 bit systems this data
structure is 32 bytes, resulting in 160 bytes usage for the default 5
supported threads.

Signed-off-by: default avatarJordan Yates <jordan@embeint.com>
parent 3da69a80
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment