Skip to content
Snippets Groups Projects
Commit 2ce09e68 authored by Siva Chandra Reddy's avatar Siva Chandra Reddy
Browse files

[libc] Add a linux Thread class in __support/threads.

This change is essentially a mechanical change which moves the thread
creation and join implementations from src/threads/linux to
src/__support/threads/linux/thread.h. The idea being that, in future, a
pthread implementation can reuse the common thread implementations in
src/__support/threads.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D123287
parent 0a77e633
No related branches found
No related tags found
No related merge requests found
Showing
with 489 additions and 201 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment