10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
|
# Copyright (c) 2018 Intel Corporation
|
||
|
# Copyright (c) 2023 Meta
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
TYPE = PTHREAD_KEY
|
||
|
type = pthread_key_t
|
||
|
type-function = pthread_setspecific
|
||
|
source "lib/posix/Kconfig.template.pooled_ipc_type"
|