Top Level Namespace

Defined in:

Method Summary

Method Detail

def calloc(count : UInt64, size : UInt64) #

[View source]
def free(ptr : Pointer(Void)) #

[View source]
def gc_init #

[View source]
def malloc(size : UInt64) #

[View source]
def memalign(alignment : UInt64, size : UInt64) #

[View source]
def posix_memalign(ptr : Pointer(Pointer(Void)), alignment : UInt64, size : UInt64) #

[View source]
def pthread_cancel(thread : UInt64) #

[View source]
def pthread_create(thread : Pointer(UInt64), attr : Pointer(LibC::PthreadAttrT), start_func : Pointer(Void) -> Pointer(Void), arg : Pointer(Void)) #

[View source]
def pthread_detach(thread : UInt64) #

[View source]
def pthread_exit(value : Pointer(Void)) #

[View source]
def pthread_join(thread : UInt64, value : Pointer(Pointer(Void))) #

[View source]
def pthread_sigmask(how : Int32, set : Pointer(LibC::SigsetT), oldset : Pointer(LibC::SigsetT)) #

[View source]
def real_pthread_create(thread : Pointer(UInt64), attr : Pointer(LibC::PthreadAttrT), start_func : Pointer(Void) -> Pointer(Void), arg : Pointer(Void)) #

[View source]
def real_pthread_join(thread : LibC::PthreadT, value : Pointer(Pointer(Void))) : LibC::Int #

[View source]
def realloc(ptr : Pointer(Void), size : UInt64) #

[View source]
def strdup(str : Pointer(UInt8)) #

[View source]
def strndup(str : Pointer(UInt8), n : UInt64) #

[View source]