Since XSI is composed of several distinct POSIX Option Groups split Kconfig.xsi into separate files - one for each Option Group. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
# Copyright (c) 2024 Tenstorrent AI ULC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config XSI_THREADS_EXT
|
|
bool "X/Open threads extensions"
|
|
help
|
|
This option provides support for pthread_attr_getstack(), pthread_attr_setstack(),
|
|
pthread_getconcurrency(), and pthread_setconcurrency().
|
|
|
|
For more information, please see
|
|
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
|