alternative Standard Libary  0.29.8
thread.hpp-Dateireferenz
#include "common.hpp"
#include "auto_ptr.hpp"
#include <pthread.h>
+ Include-Abhängigkeitsdiagramm für thread.hpp:

gehe zum Quellcode dieser Datei

Klassen

class  std::thread
 

Namensbereiche

 std
 

Typdefinitionen

typedef void(* thread_func) (void *arg)
 
typedef pthread_t std::native_thread_handle
 

Dokumentation der benutzerdefinierten Typen

◆ thread_func

typedef void(* thread_func) (void *arg)