Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ftl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Pope
ftl
Merge requests
!100
Resolves
#163
garbage segfault
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolves
#163
garbage segfault
bug/163/garbage
into
master
Overview
0
Commits
3
Pipelines
1
Changes
4
Merged
Nicolas Pope
requested to merge
bug/163/garbage
into
master
5 years ago
Overview
0
Commits
3
Pipelines
1
Changes
4
Expand
Uses idle timer job to do garbage which ensures no other thread is still using the peer object.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b3b3d8a3
3 commits,
5 years ago
4 files
+
26
−
20
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
components/common/cpp/include/ftl/threads.hpp
+
1
−
1
Options
@@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
#define POOL_SIZE 10
#define POOL_SIZE 10
#define DEBUG_MUTEX
//
#define DEBUG_MUTEX
#define MUTEX_TIMEOUT 20
#define MUTEX_TIMEOUT 20
#if defined DEBUG_MUTEX
#if defined DEBUG_MUTEX
Loading