aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17Merge pull request #16052 from mikdusan/bsd-getdentsAndrew Kelley
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-15openbsd: fix std.c.getdents and debitrotMichael Dusan
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-21std: remove names from incorrectly named testsJacob Young
2023-04-20Merge pull request #14696 from r00ster91/threadAndrew Kelley
2023-04-12openbsd: fix thread name buffer sizeMichael Dusan
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
2023-03-08std.os: add missing mmap errorsJan Philipp Hafer
2023-02-26std.Thread: use pthread_getname_np on muslr00ster91
2023-02-24std.Thread: drop is_gnu checkr00ster91
2023-02-24std.Thread.setName: use unused coder00ster91
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2023-01-16std.Thread: make Id smaller where possibler00ster91
2022-12-13update usages of `@call`Veikka Tuominen
2022-11-04all: rename i386 to x86Ali Chraghi
2022-09-12remove pointless discardsAndrew Kelley
2022-08-30std.Thread: fix freeAndExit on x86_64-linux (#12693)biexelar
2022-07-04std.Thread: fix mutable ref of temporaryAndrew Kelley
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-17std.Thread: insert a missing `@alignCast`Andrew Kelley
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-23std.Thread: Mutex and Condition improvements (#11497)protty
2022-02-27std: rename `sched_yield` to `yield` and move it to `std.Thread`David John
2022-02-26fix typo on Thread's getHandle docsEndel Dreyer
2022-02-15Merge pull request #10003 from viriuwu/nt-thread-nameVeikka Tuominen
2022-02-15std.Thread(windows): use NT internals for name fnsviri
2022-02-08update RwLock to use static initialization (#10838)billzez
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2022-01-11Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)afranchuk
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-03Merge pull request #9910 from mikdusan/dragonflyAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-15updates for haiku stdcAl Hoang
2021-10-10SPARCv9: Fix freeAndExit implementationKoakuma
2021-10-09housekeeping: return error.UnsupportedMichael Dusan
2021-10-09dragonfly: port std.Thread.setname/getnameMichael Dusan
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01std.os reorg: more fixes caught by CIAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud