0484 core: add Linux pthread spinlock backend for NSS runtime

This commit is contained in:
Mario Fetka
2026-06-13 16:44:58 +00:00
parent 6ddb0fb9de
commit a76f0c8999
8 changed files with 122 additions and 22 deletions

View File

@@ -63,6 +63,10 @@ configure_file(
"${CMAKE_SOURCE_DIR}/include/core/que.h"
"${NWCORE_BUILD_INCLUDE_DIR}/que.h"
COPYONLY)
configure_file(
"${CMAKE_SOURCE_DIR}/include/core/spinlock.h"
"${NWCORE_BUILD_INCLUDE_DIR}/spinlock.h"
COPYONLY)
configure_file(
"${CMAKE_SOURCE_DIR}/include/core/size_t.h"
"${NWCORE_BUILD_INCLUDE_DIR}/size_t.h"