about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/thread.rs
AgeCommit message (Expand)AuthorLines
2025-07-28thread name in stack overflow messagejoboet-7/+17
2025-07-09Fix VxWorks build errorsB I Mohammed Abbas-1/+1
2025-07-06sleep_until: add clock_nanosleep support to Miridvdsk-0/+1
2025-07-06sleep_until: use clock_nanosleep where possibledvdsk-1/+70
2025-05-14Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM...B I Mohammed Abbas-10/+2
2025-05-05collect all Fuchsia bindings into the `fuchsia` modulejoboet-18/+1
2025-04-17Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-seMatthias Krüger-3/+0
2025-04-13std/thread: Use default stack size from menuconfig for NuttXHuang Qi-6/+11
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-3/+0
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-5/+8
2025-03-21Fix Thread::set_name on cygwin王宇逸-2/+3
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-1/+3
2025-03-10Readd os::cygwin::raw as pub(crate)王宇逸-1/+0
2025-03-10Initial STD support for Cygwin王宇逸-1/+4
2025-03-10Add comments for #[no_sanitize(cfi)] in stdlibBastian Kersting-0/+2
2025-03-10Disable CFI for weakly linked syscallsBastian Kersting-0/+1
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-3/+3
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-2/+2
2025-02-25fix: attr cast for espidfSergio Gasquez-1/+1
2025-02-23Rollup merge of #136826 - xizheyin:issue-136737, r=thomccJacob Pratt-8/+11
2025-02-19remove assume_init in stack_overflowxizheyin-1/+0
2025-02-14Rollup merge of #136052 - no1wudi:fix, r=workingjubileeMatthias Krüger-1/+1
2025-02-13Consistently using as_mut_ptr() and as_ptr() in threadxizheyin-8/+11
2025-02-13Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unixxizheyin-2/+3
2025-02-09Mark extern blocks as unsafeMichael Goulet-3/+3
2025-01-25Correct comment for FreeBSD and DragonFly BSD in unix/threadHuang Qi-1/+1
2025-01-24Fix set_name in thread mod for NuttXHuang Qi-3/+8
2025-01-10Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35Jacob Pratt-11/+13
2025-01-09Used pthread name functions returning result for FreeBSD and DragonFlyYoh Deadfall-11/+13
2024-12-20mri: add track_caller to thread spawning methods for better backtracesRalf Jung-0/+1
2024-11-26std: update internal uses of `io::const_error!`joboet-2/+2
2024-10-05Android: Debug assertion after setting thread nameYoh Deadfall-1/+3
2024-09-25Use `&raw` in the standard libraryJosh Stone-3/+3
2024-09-25Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgrbors-3/+11
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-2/+2
2024-09-24Initial std library support for NuttXHuang Qi-3/+11
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-18Fix for issue #129212 for the ESP-IDFivmarkov-6/+24
2024-08-09VxWorks: Add safety comment for vxCpuEnabledGetB I Mohammed Abbas-1/+1
2024-08-08Vxworks: Extern taskNameSet and fix build errorsB I Mohammed Abbas-20/+8
2024-08-08Fix VxWorks available parallelism: Move nonzero::uncheked into unsafe blockB I Mohammed Abbas-3/+5
2024-08-06std::thread: set_name implementation proposal for vxWorks.David Carlier-3/+30
2024-08-05Rollup merge of #128026 - devnexen:available_parallelism_vxworks, r=Mark-Simu...Matthias Krüger-1/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+5
2024-07-21std::thread: available_parallelism implementation for vxWorks proposal.David Carlier-1/+11
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-9/+5
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-3/+3
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-3/+3
2024-05-26std::pal::unix::thread fetching min stack size on netbsd.David Carlier-1/+10