Types

c_pthread_attr_t

Constructors

c_pthread_attr_t()

Methods

.(pa:c_pthread_attr_t, attr:Str)
c_pthread_attr_init(attr:c_pthread_attr_t)
c_pthread_create(attr:c_pthread_attr_t, start_routine:Closure, arg:Any)
Call PTHREAD_CREATE(3). Not recommended for direct calls, use Thread type instead.