[PR #2481] [MERGED] Convert pthread_t to C++11 std::thread #2566

Closed
opened 2026-03-04 02:06:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2481
Author: @gaul
Created: 6/30/2024
Status: Merged
Merged: 7/11/2024
Merged by: @ggtakec

Base: masterHead: std-thread


📝 Commits (1)

  • 91c1c6a Convert pthread_t to C++11 std::thread

📊 Changes

10 files changed (+66 additions, -98 deletions)

View changed files

📝 src/curl.h (+2 -1)
📝 src/curl_multi.cpp (+31 -42)
📝 src/curl_multi.h (+4 -2)
📝 src/gnutls_auth.cpp (+0 -1)
📝 src/nss_auth.cpp (+0 -1)
📝 src/openssl_auth.cpp (+2 -4)
📝 src/sighandlers.cpp (+6 -19)
📝 src/sighandlers.h (+3 -2)
📝 src/threadpoolman.cpp (+14 -21)
📝 src/threadpoolman.h (+4 -5)

📄 Description

This has better cross-platform support and stronger type-safety.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2481 **Author:** [@gaul](https://github.com/gaul) **Created:** 6/30/2024 **Status:** ✅ Merged **Merged:** 7/11/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `std-thread` --- ### 📝 Commits (1) - [`91c1c6a`](https://github.com/s3fs-fuse/s3fs-fuse/commit/91c1c6a5f003bc41f595bbb01634039c58fb96b2) Convert pthread_t to C++11 std::thread ### 📊 Changes **10 files changed** (+66 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.h` (+2 -1) 📝 `src/curl_multi.cpp` (+31 -42) 📝 `src/curl_multi.h` (+4 -2) 📝 `src/gnutls_auth.cpp` (+0 -1) 📝 `src/nss_auth.cpp` (+0 -1) 📝 `src/openssl_auth.cpp` (+2 -4) 📝 `src/sighandlers.cpp` (+6 -19) 📝 `src/sighandlers.h` (+3 -2) 📝 `src/threadpoolman.cpp` (+14 -21) 📝 `src/threadpoolman.h` (+4 -5) </details> ### 📄 Description This has better cross-platform support and stronger type-safety. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2566
No description provided.