You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
403 B
12 lines
403 B
# 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
|
|
|