Loading...
Searching...
No Matches
riot::thread_data_deleter Struct Reference

This deleter prevents our thread data from being destroyed if the thread object is destroyed before the thread had a chance to run. More...

Detailed Description

This deleter prevents our thread data from being destroyed if the thread object is destroyed before the thread had a chance to run.

Definition at line 66 of file thread.hpp.

#include <thread.hpp>

Public Member Functions

void operator() (thread_data *ptr)
 Called by the deleter of a thread object to manage the lifetime of the thread internal management data.
 

Member Function Documentation

◆ operator()()

void riot::thread_data_deleter::operator() ( thread_data ptr)
inline

Called by the deleter of a thread object to manage the lifetime of the thread internal management data.

Definition at line 71 of file thread.hpp.


The documentation for this struct was generated from the following file: