summaryrefslogtreecommitdiff
path: root/lib/easy_lock.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* easy_lock: check for HAVE_STDATOMIC_H as wellDon Olmstead2022-10-211-1/+1
* easy_lock: fix build with iccDaniel Stenberg2022-07-121-0/+6
* easy_lock: fix build for mingwJay Satiro2022-07-021-0/+13
* easy_lock: fix the #ifdef conditional for ia32_pauseDaniel Stenberg2022-06-281-1/+13
* easy_lock: switch to using atomic_int instead of boolDaniel Stenberg2022-06-281-2/+2
* easy_lock.h: use __asm__ instead of asm to fix buildvvb20602022-06-281-1/+1
* easy_lock.h: include sched.h if available to fix buildDaniel Stenberg2022-06-271-0/+3
* easy_lock.h: remove use of the deprecated ATOMIC_VAR_INIT macroDaniel Stenberg2022-06-231-1/+1
* easy_lock: add SPDX license identifierDaniel Stenberg2022-06-131-0/+2
* lib: make curl_global_init() threadsafe when possibleThomas Guillem2022-06-071-0/+69