1# Copyright (c) 2024 Tenstorrent AI ULC
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config XSI_THREADS_EXT
6	bool "X/Open threads extensions"
7	help
8	  This option provides support for pthread_attr_getstack(), pthread_attr_setstack(),
9	  pthread_getconcurrency(), and pthread_setconcurrency().
10
11	  For more information, please see
12	  https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
13