Linux lockless linked list implementation

Change-Id: I8bd6ee989cecac269b55b3a0ff10cf8543629001
This commit is contained in:
Balazs Gerofi
2019-04-02 10:50:24 +09:00
parent 0d902872a1
commit 0cf89c5682
4 changed files with 335 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ set(MCKERNEL_SRCS
init.c mem.c debug.c mikc.c listeners.c ap.c syscall.c cls.c host.c process.c
copy.c waitq.c futex.c timer.c plist.c fileobj.c shmobj.c zeroobj.c
procfs.c devobj.c sysfs.c xpmem.c profile.c freeze.c rbtree.c pager.c
gencore.c hugefileobj.c
gencore.c hugefileobj.c llist.c
${IHK_FULL_SOURCE_DIR}/ikc/manycore.c
${IHK_FULL_SOURCE_DIR}/ikc/master.c