P99
Typedefs | Functions
+ Collaboration diagram for Thread_types:

Typedefs

typedef int(* thrd_start_t) (void *)
 function pointer type int (*)(void*) that is passed to ::thrd_create to create a new thread More...
 

Functions

 P99_ENC_DECLARE (pthread_cond_t, cnd_t)
 complete object type that holds an identifier for a condition variable More...
 
 P99_ENC_DECLARE (pthread_mutex_t, mtx_t)
 complete object type that holds an identifier for a mutex More...
 
 P99_ENC_DECLARE (struct p00_thrd *, thrd_t)
 complete object type that holds an identifier for a thread More...
 

Detailed Description