WG14 threadsafe signals
Loading...
Searching...
No Matches
current_thread_id.h File Reference
#include "config.h"
#include <stdint.h>
Include dependency graph for current_thread_id.h:

Go to the source code of this file.

Typedefs

typedef uintptr_t thread_id_t
 The type of a thread id.
 

Functions

thread_id_t internal_current_thread_id_cached_set (void)
 

Typedef Documentation

◆ thread_id_t

typedef uintptr_t thread_id_t

The type of a thread id.

Definition at line 33 of file current_thread_id.h.

Function Documentation

◆ internal_current_thread_id_cached_set()

thread_id_t internal_current_thread_id_cached_set ( void  )
extern