![]() |
My Project
debian-1:4.1.2-p1+ds-2
|
#include <string.h>#include <stdlib.h>Go to the source code of this file.
Data Structures | |
| struct | InitList |
Functions | |
| void | pSingular_initialize_thread () |
| void | pSingular_register_init (void(*f)()) |
| void | pSingular_init_var (void *s, void *t, long n) |
| void * | pSingular_alloc_var (long n) |
Variables | |
| static InitList * | inits |
| void* pSingular_alloc_var | ( | long | n | ) |
Definition at line 35 of file threadsupport.cc.
| void pSingular_init_var | ( | void * | s, |
| void * | t, | ||
| long | n | ||
| ) |
Definition at line 31 of file threadsupport.cc.
| void pSingular_initialize_thread | ( | ) |
| void pSingular_register_init | ( | void(*)() | f | ) |
|
static |
Definition at line 13 of file threadsupport.cc.