aboutsummaryrefslogtreecommitdiff
path: root/libc/src/sched
AgeCommit message (Expand)AuthorFilesLines
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek22-44/+69
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini22-69/+44
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek22-44/+69
2024-07-04[libc] Fix compilation warnings on 32-bit archs (#97745)Mikhail R. Gadelha1-1/+1
2024-01-21[libc] add missing header dependencies for sched objects (#78741)Schrodinger ZHU Yifan1-0/+8
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet22-61/+64
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet3-9/+9
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones10-18/+18
2023-08-03[libc] NFC: Fix build on systems that don't have linux/time_types.hMikhail R. Gadelha1-1/+4
2023-08-03[libc] Add support to compile some syscalls on 32 bit platformMikhail R. Gadelha1-0/+23
2023-08-01[libc] Fix sched_getscheduler return valueMikhail R. Gadelha2-2/+2
2023-04-25[libc] Fix sched_get_priority_max() syscall invocationTal Zussman1-1/+1
2023-04-20[LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC`Noah Goldstein16-0/+470
2023-04-12[LIBC] Implement `sched_yield()`Noah Goldstein4-0/+66
2023-03-06[libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno.Siva Chandra Reddy3-6/+4
2022-10-05[libc][Obvious] Add "__" prefix to sched_getcpucount in the spec and elsewhere.Siva Chandra Reddy2-3/+3
2022-10-04[libc] add CPU_COUNT macro and backing functionMichael Jones4-0/+67
2022-09-30[libc] add syscall functionMichael Jones2-2/+2
2022-09-29[libc] Add GNU extension functions sched_getaffinity and sched_setaffinity.Siva Chandra Reddy6-0/+152