summaryrefslogtreecommitdiff
path: root/libc/include/pthread.h.def
AgeCommit message (Expand)Author
2024-12-10[libc] move pthread macros to dedicated header (#119286)Nick Desaulniers
2024-06-14[libc] add rwlock (#94156)Schrodinger ZHU Yifan
2024-05-30Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functi...Hendrik Hübner
2024-05-13Revert "[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functi...Schrodinger ZHU Yifan
2024-05-13[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#90...Hendrik Hübner
2024-04-17[libc][POSIX][pthreads] implement pthread_condattr_t functions (#88987)Nick Desaulniers
2024-03-22[libc] fix up the use of angle includes in include/ (#86027)Nick Desaulniers
2023-07-25[libc] pthread.h.def: add PTHREAD_MUTEX_INITIALIZERAlfred Persson Forsberg
2022-09-28[libc] Add implementation of pthread_once.Siva Chandra Reddy
2022-04-11[libc] Add a definition of pthread_attr_t and its getters and setters.Siva Chandra Reddy
2022-04-04[libc] Add pthread_mutexattr_t type and its setters and getters.Siva Chandra Reddy