summaryrefslogtreecommitdiffstats
path: root/src/common/fiber.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fix spelling mistakesLiam2023-03-121-1/+1
* common/fiber: make fibers easier to useLiam2022-07-021-15/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei2022-04-121-2/+3
* common: fiber: YieldTo: Avoid hard crash on nullptr previous_fiber.bunnei2022-01-151-1/+4
* fiber: Double default stack sizeMerryMage2021-03-101-1/+1
* common: Fiber: use a reference for YieldTo.bunnei2021-03-071-7/+5
* common: fiber: Use weak_ptr when yielding.bunnei2021-03-061-7/+12
* Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei2021-03-061-7/+7
* core: Switch to unique_ptr for usage of Common::Fiber.bunnei2021-02-271-7/+7
* common: fiber: Use VirtualBuffer for stack memory.bunnei2020-11-291-2/+5
* common: fiber: Use boost::context instead of native fibers on Windows.bunnei2020-11-291-106/+8
* common/fiber: Move all member variables into impl classLioncash2020-11-071-72/+83
* common: Enable warnings as errorsLioncash2020-11-021-4/+4
* common/fiber: Take shared_ptr<Fiber> by copy in YieldToReinUsesLisp2020-10-281-2/+2
* Core/Common: Address Feedback.Fernando Sahmkow2020-06-281-7/+3
* Common/Fiber: Address Feedback and Correct Memory leaks.Fernando Sahmkow2020-06-181-26/+32
* Common/Fiber: Implement Rewind on Boost Context.Fernando Sahmkow2020-06-181-2/+37
* Common/Fiber: Implement Rewinding.Fernando Sahmkow2020-06-181-2/+30
* Common/Fiber: Additional corrections to f_context.Fernando Sahmkow2020-06-181-4/+4
* Common/Fiber: Correct f_context based Fibers.Fernando Sahmkow2020-06-181-6/+8
* Core/HostTiming: Allow events to be advanced manually.Fernando Sahmkow2020-06-181-1/+1
* Common/Tests: Address FeedbackFernando Sahmkow2020-06-181-3/+2
* Common: Make MinGW build use Windows Fibers instead of fcontext_tFernando Sahmkow2020-06-181-2/+2
* Common/Tests: Clang Format.Fernando Sahmkow2020-06-181-11/+10
* Common: Correct fcontext fibers.Fernando Sahmkow2020-06-181-5/+4
* Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow2020-06-181-22/+33
* Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow2020-06-181-16/+16
* Common: Implement a basic Fiber class.Fernando Sahmkow2020-06-181-0/+147