Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pthreads-emb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
pthreads-emb
Compare revisions
0db50689bec259ab99d130118b27b440614c9958 to 2a260e02a9e300838526be2f2a6e178daef876a7
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
redox-os/pthreads-emb
Select target project
No results found
2a260e02a9e300838526be2f2a6e178daef876a7
Select Git revision
Branches
master
Swap
Target
redox-os/pthreads-emb
Select target project
redox-os/pthreads-emb
devnexen/pthreads-emb
2 results
0db50689bec259ab99d130118b27b440614c9958
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
sched_yield will sleep with 0 msecs
· 2a260e02
Jeremy Soller
authored
4 years ago
2a260e02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sched_yield.c
+1
-1
1 addition, 1 deletion
sched_yield.c
with
1 addition
and
1 deletion
sched_yield.c
View file @
2a260e02
...
@@ -76,7 +76,7 @@ sched_yield (void)
...
@@ -76,7 +76,7 @@ sched_yield (void)
* ------------------------------------------------------
* ------------------------------------------------------
*/
*/
{
{
pte_osThreadSleep
(
1
);
pte_osThreadSleep
(
0
);
return
0
;
return
0
;
}
}
This diff is collapsed.
Click to expand it.