zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
alThunk.h File Reference
#include "alMain.h"

Go to the source code of this file.

Functions

void FreeThunkEntry (ALuint index)
 
ALenum NewThunkEntry (ALuint *index)
 
void ThunkExit (void)
 
void ThunkInit (void)
 

Function Documentation

void ThunkExit ( void  )

Definition at line 40 of file alThunk.c.

References free, NULL, ThunkArray, and ThunkArraySize.

Referenced by alc_deinit_safe().

void ThunkInit ( void  )

Definition at line 33 of file alThunk.c.

References calloc, RWLockInit(), ThunkArray, and ThunkArraySize.

Referenced by alc_init().