aboutsummaryrefslogtreecommitdiff
path: root/libc/src/pthread
AgeCommit message (Expand)AuthorFilesLines
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet73-167/+167
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet11-30/+30
2023-07-05[libc] Use the new style includesPetr Hosek1-1/+1
2023-05-22Add some missing [[noreturn]] attributesNoah Goldstein1-1/+1
2023-05-22Support custom attributes in pthread_createNoah Goldstein6-15/+86
2023-04-14[LIBC] Clarify namespace of `thread_exit` in `pthread_exit`Noah Goldstein1-1/+1
2023-03-31[libc][Obvious] Add a missing dep and fix an incorrect dep.Siva Chandra Reddy1-1/+1
2023-01-24[libc][NFC] Another round of replacement of static inline with LIBC_INLINE.Siva Chandra Reddy2-2/+5
2022-12-12[libc] move errno out of file internalsMichael Jones1-1/+0
2022-11-11[libc] move fork into threads folderMichael Jones2-2/+2
2022-10-10[libc] Add implementation of pthread_atfork.Siva Chandra Reddy3-0/+58
2022-09-28[libc] Add implementation of pthread_once.Siva Chandra Reddy3-0/+54
2022-08-22[libc][NFC] Use STL case for string_viewGuillaume Chatelet1-2/+2
2022-08-22[NFC][libc] Remove ArrayRef which is replaced with spanGuillaume Chatelet1-1/+1
2022-08-22[reland][NFC][libc] Use span instead of ArrayRefGuillaume Chatelet2-5/+5
2022-08-12[libc] Add implemementations of thread specific data related API.Siva Chandra Reddy9-0/+233
2022-08-10[libc] Add implementation of pthread_exit and thrd_exit.Siva Chandra Reddy3-0/+56
2022-08-04[libc][NFC] Add a few compiler warning flags.Siva Chandra Reddy3-5/+4
2022-08-02[libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.Siva Chandra Reddy5-0/+127
2022-07-14[libc] Add implementations of pthread_equal and pthread_self.Siva Chandra Reddy6-1/+117
2022-06-24[libc][NFC] Remove the templatization from the linux implementation of thread.Siva Chandra Reddy3-9/+9
2022-06-11[libc] Add pthread_detach and thrd_detach.Siva Chandra Reddy3-0/+58
2022-06-09[libc] Add compile options to pthread_create target.Siva Chandra Reddy1-0/+3
2022-06-02[libc] Add pthread_create and pthread_join functions.Siva Chandra Reddy5-0/+125
2022-05-24[libc] Add the pthread_mutex_t type.Siva Chandra Reddy10-0/+250
2022-04-11[libc] Add a definition of pthread_attr_t and its getters and setters.Siva Chandra Reddy21-0/+565
2022-04-04[libc] Add pthread_mutexattr_t type and its setters and getters.Siva Chandra Reddy18-0/+512