commit | 590258b3814ef0eac8a84b7b0906caf518096573 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan@embeint.com> | Sat Apr 12 16:00:19 2025 +1000 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Apr 18 12:36:58 2025 +0200 |
tree | 034213970be0a1f2d432f4acc1a6787458ec917a | |
parent | 3da69a809c23eb162dc39c912ff93959f80d2055 [diff] |
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: Jordan Yates <jordan@embeint.com>