b0a83a9177
Like mutex, barrier, cond, spinlock, etc, make pthread_rwlock_t a pooled ipc type. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
# Copyright (c) 2024 Meta
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
TYPE = PTHREAD_RWLOCK
|
|
type = pthread_rwlock_t
|
|
type-function = pthread_rwlock_timedrdlock
|
|
source "lib/posix/Kconfig.template.pooled_ipc_type"
|