Project

General

Profile

Actions

Feature #600

open

thread-local storage

Added by Alina Lenk about 2 months ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
General
Target version:
Start date:
05/12/2024
Due date:
% Done:

0%

Estimated time:

Description

Split from / required for #554. Add compiler-dependent fc_thread_local to fcthread.h for declaring thread-local static variables.


Related issues 1 (1 open0 closed)

Blocks Feature #554: Detect infinite recursion when evaluating requirementsIn ProgressAlina Lenk05/04/2024

Actions
Actions #1

Updated by Alina Lenk about 2 months ago

  • Blocks Feature #554: Detect infinite recursion when evaluating requirements added
Actions #2

Updated by Marko Lindqvist about 2 months ago

Note that we only need a way to read and write thread-specific data, nothing more. So simply having a thread-implementation-agnostic method for getting current thread id, and means to compare such ids, would go a long way, though we likely want to make the interface a bit more user-friendly.

Actions

Also available in: Atom PDF