TwiceAsNice
2019-02-18
|
Classes | |
struct | _thread_data_t |
Functions | |
static void * | _thread_func (void *arg) |
int | gsc_thread_create (gsc_thread_t *thread, const char *name, int(*function)(void *arg), void *arg) |
int | gsc_thread_destroy (gsc_thread_t *thread) |
|
static |
int gsc_thread_create | ( | gsc_thread_t * | thread, |
const char * | name, | ||
int(*)(void *arg) | function, | ||
void * | arg | ||
) |
int gsc_thread_destroy | ( | gsc_thread_t * | thread | ) |