wamr: Add a new option to enable semaphore support

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2022-08-09 16:18:30 +08:00 committed by Xiang Xiao
parent e04333c986
commit 167c551e82

View File

@ -89,6 +89,11 @@ config INTERPRETERS_WAMR_LIB_PTHREAD
bool "Enable lib pthread"
default n
config INTERPRETERS_WAMR_LIB_PTHREAD_SEMAPHORE
bool "Enable semaphore"
depends on INTERPRETERS_WAMR_LIB_PTHREAD
default n
config INTERPRETERS_WAMR_SHARED_MEMORY
bool "Enable shared memory"
default n