Home
last modified time | relevance | path

Searched refs:AllocateTLS (Results 1 – 2 of 2) sorted by relevance

/dports/math/gap/gap-4.11.0/src/hpc/
H A Dthread.h38 void *AllocateTLS(void);
H A Dthread.c108 void * AllocateTLS(void) in AllocateTLS() function
375 result->tls = AllocateTLS(); in RunThread()