aboutsummaryrefslogtreecommitdiff
path: root/src/ThreadPool.zig
AgeCommit message (Expand)Author
2022-06-17Compilation: multi-thread compiler-rtAndrew Kelley
2022-06-10ThreadPool: Make join() a no-op in single-threaded modeCody Tapscott
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-05stage2: ThreadPool: update to new function pointer semanticsAndrew Kelley
2022-03-11stage2: remove SPDX license header commentsAndrew Kelley
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-06-30std.Thread: fixup ThreadPool.zigkprotty
2021-06-30std.Thread.getCpuCount(): fix usageskprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-23minor code readability changesAndrew Kelley
2020-12-23kprotty ThreadPool and WaitGroup patchAndrew Kelley
2020-12-20add an option to compile zig in single-threaded modeAndrew Kelley
2020-12-20workaround for std lib AutoResetEvent bugAndrew Kelley
2020-12-20ThreadPool: delete dead codeAndrew Kelley
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley