Record __pthread_attr_s

Hierarchy
Methods
Properties

Unit

Declaration

type __pthread_attr_s = record

Description

 

Overview

Fields

Public __detachstate: longint;
Public __schedpolicy: longint;
Public __schedparam: __sched_param;
Public __inheritsched: longint;
Public __scope: longint;
Public __guardsize: size_t;
Public __stackaddr_set: longint;
Public __stackaddr: pointer;
Public __stacksize: size_t;

Description

Fields

Public __detachstate: longint;
 
Public __schedpolicy: longint;
 
Public __schedparam: __sched_param;
 
Public __inheritsched: longint;
 
Public __scope: longint;
 
Public __guardsize: size_t;
 
Public __stackaddr_set: longint;
 
Public __stackaddr: pointer;
 
Public __stacksize: size_t;
 

Generated by PasDoc 0.16.0.