Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH v2] helper: deprecate linux specific thread/process create and join functions #2153

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MatiasElo
Copy link
Collaborator

No description provided.

@odpbuild odpbuild changed the title helper: deprecate linux specific thread/process create and join functions [PATCH v1] helper: deprecate linux specific thread/process create and join functions Nov 22, 2024
@MatiasElo MatiasElo added the API next API change for next release label Nov 26, 2024
@MatiasElo MatiasElo added this to the v1.46.0.0 release milestone Nov 26, 2024
…bled

Build pthread and process test applications only when deprecated helper API
functions have been enabled.

Signed-off-by: Matias Elo <[email protected]>
Deprecate unused odph_linux_pthread_create() and odph_linux_pthread_join()
functions which have been replaced by generic odph_thread_create() and
odph_thread_join() functions.

Signed-off-by: Matias Elo <[email protected]>
Deprecate unused odph_linux_process_fork(), odph_linux_process_fork_n(),
and odph_linux_process_wait_n() functions which have been replaced by
generic odph_thread_create() and odph_thread_join() functions.

Signed-off-by: Matias Elo <[email protected]>
@MatiasElo MatiasElo force-pushed the dev/deprecate-helpers branch from d247281 to bfe2de4 Compare December 9, 2024 09:58
@odpbuild odpbuild changed the title [PATCH v1] helper: deprecate linux specific thread/process create and join functions [PATCH v2] helper: deprecate linux specific thread/process create and join functions Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API next API change for next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants