Skip to content

Port Pthread-Embedded#14

Open
SalarSamani wants to merge 3 commits intounikraft:stagingfrom
SalarSamani:port-PTE-GSOC2025
Open

Port Pthread-Embedded#14
SalarSamani wants to merge 3 commits intounikraft:stagingfrom
SalarSamani:port-PTE-GSOC2025

Conversation

@SalarSamani
Copy link
Copy Markdown

No description provided.

Comment thread Makefile.uk
# Library registration
################################################################################
$(eval $(call addlib_s,libpthread-embedded,$(CONFIG_LIBPTHREAD_EMBEDDED)))
$(eval $(call addlib_s,libpthread_embedded,$(CONFIG_LIBPTHREAD_EMBEDDED)))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

big refactor but makes sense

Copy link
Copy Markdown
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, see the general comments here unikraft/lib-python3#24

Comment thread pte_osal.c
#include <uk/init.h>
#include <uk/arch/time.h>
#include <uk/arch/atomic.h>
// #include <uk/arch/atomic.h>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be deleted not commented

Comment thread pte_osal.c
return result;
}
uk_early_initcall_prio(pthread_initcall, UK_PRIO_EARLIEST);
// uk_early_initcall_prio(pthread_initcall, UK_PRIO_EARLIEST);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, delete this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants