10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
|
# Copyright (c) 2017 Intel Corporation
|
||
|
# Copyright (c) 2023 Meta
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
TYPE = PTHREAD_MUTEX
|
||
|
type = pthread_mutex_t
|
||
|
type-function = pthread_mutex_lock
|
||
|
source "lib/posix/Kconfig.template.pooled_ipc_type"
|