wamr: Add a new option to enable semaphore support
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
e04333c986
commit
167c551e82
@ -89,6 +89,11 @@ config INTERPRETERS_WAMR_LIB_PTHREAD
|
|||||||
bool "Enable lib pthread"
|
bool "Enable lib pthread"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config INTERPRETERS_WAMR_LIB_PTHREAD_SEMAPHORE
|
||||||
|
bool "Enable semaphore"
|
||||||
|
depends on INTERPRETERS_WAMR_LIB_PTHREAD
|
||||||
|
default n
|
||||||
|
|
||||||
config INTERPRETERS_WAMR_SHARED_MEMORY
|
config INTERPRETERS_WAMR_SHARED_MEMORY
|
||||||
bool "Enable shared memory"
|
bool "Enable shared memory"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user