Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
las3_pub
/
predictable_parallel_patterns
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
14cc1155716507c9c56ae74ce01ae4fd9170bcf6
Switch branch/tag
predictable_parallel_patterns
lib
pls
src
internal
scheduling
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
Change some size types.
· 3bbd8951
FritzFlorian
committed
6 years ago
3bbd8951
Name
Last commit
Last Update
..
abstract_task.cpp
Change some size types.
6 years ago
fork_join_task.cpp
Move functions using templates to *_impl.h header files.
6 years ago
root_task.cpp
Combine root_tasks into one file.
6 years ago
run_on_n_threads_task.cpp
Add first test version of high level task stealing.
6 years ago
scheduler.cpp
Use only placement new on pre-allocated memory. This makes sure that we have to have no assumptions on the inital state of the memory region.
6 years ago
scheduler_memory.cpp
Cache Align scheduler_memory.
6 years ago
thread_state.cpp
Add basic thread pool scheduling loop.
6 years ago