1 2 3 4 5
static struct per_thread *per_thread(void) { static struct per_thread pt = {0}; return &pt; }