mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #2476] [MERGED] Convert pthread_mutex to std::mutex #2562
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2562
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2476
Author: @gaul
Created: 6/23/2024
Status: ✅ Merged
Merged: 6/23/2024
Merged by: @ggtakec
Base:
master← Head:std-mutex📝 Commits (1)
37c7b6eConvert pthread_mutex to std::mutex📊 Changes
31 files changed (+219 additions, -781 deletions)
View changed files
📝
src/Makefile.am(+0 -1)➖
src/autolock.cpp(+0 -78)➖
src/autolock.h(+0 -67)📝
src/cache.cpp(+11 -27)📝
src/cache.h(+5 -4)📝
src/common.h(+3 -0)📝
src/curl.cpp(+12 -56)📝
src/curl.h(+8 -7)📝
src/curl_handlerpool.cpp(+9 -26)📝
src/curl_handlerpool.h(+2 -1)📝
src/curl_multi.cpp(+3 -18)📝
src/curl_multi.h(+2 -1)📝
src/fdcache.cpp(+21 -61)📝
src/fdcache.h(+7 -5)📝
src/fdcache_auto.h(+1 -1)📝
src/fdcache_entity.cpp(+38 -67)📝
src/fdcache_entity.h(+18 -18)📝
src/fdcache_fdinfo.cpp(+15 -36)📝
src/fdcache_fdinfo.h(+7 -7)📝
src/fdcache_pseudofd.cpp(+2 -30)...and 11 more files
📄 Description
This simplifies resource management and improve Windows compatibility.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
std::maxinstead of conditional #2628