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 77 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.
 

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