About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/c11
AgeCommit message (Expand)Author
2025-01-08c11: use SPDX-License-Identifier headerDavid Heidelberg
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg
2023-08-02util/meson: Getting mesa util core to be self containedYonggang Luo
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo
2023-06-21util: Fixes prototype of threads_timespec_compareYonggang Luo
2023-06-20c11: Improve mtx_timedlock to use timespec_get instead of time(NULL)Yonggang Luo
2023-06-20c11: Improve timespec_get to support TIME_MONOTONIC TIME_ACTIVE TIME_THREAD_A...Yonggang Luo
2023-05-31c11: Remove _MTX_INITIALIZER_NP as it's not used anymoreYonggang Luo
2022-11-09c11: Remove _MTX_INITIALIZER_NP for windowsYonggang Luo
2022-10-20c11: Getting the macro guard of HAVE_PTHREAD in c11/threads.h to be consisten...Yonggang Luo
2022-10-20meson/mesa/wide: define WIN32_LEAN_AND_MEAN with pre_argsYonggang Luo
2022-10-20c11: Remove the code for Windows XPYonggang Luo
2022-09-14c11: Update the values of enum mtx_plain, mtx_recursive, mtx_timed to make su...Yonggang Luo
2022-08-18c11: #include <threads.h> when the os/platform provide itYonggang Luo
2022-08-15c11: Remove mtx_try from mtx enums as it's not a part of c11 standardYonggang Luo
2022-08-10c11: Implement and use of thrd_current properly on win32Yonggang Luo
2022-08-10c11: call impl_tss_dtor_invoke with tls callback for win32Yonggang Luo
2022-08-10c11: It's should detect PTHREAD_DESTRUCTOR_ITERATIONS when define TSS_DTOR_IT...Yonggang Luo
2022-08-09c11: Fixes the declaration of timespec_get in time.h for macOSYonggang Luo
2022-06-27c11: reinstate the original license and authorshipEmil Velikov
2022-06-15c11: Implement thread_local in c11/threads.hYonggang Luo
2022-06-15c11: Fixes memory leak of pack in thrd_create on win32Yonggang Luo
2022-06-15c11: Move the implementation of threads.h into c source codeYonggang Luo
2022-06-09c11: Implement timespec_get on win32 properly when not availableYonggang Luo
2022-06-09c11: Implement c11/time.h with c11/impl/time.cYonggang Luo