Searched refs:gSlots (Results 1 - 3 of 3) sorted by path

/haiku/src/system/libroot/os/arch/m68k/
H A Dtls.c19 static void *gSlots[TLS_MAX_KEYS]; variable
43 return gSlots[index];
50 return &gSlots[index];
57 gSlots[index] = value;
/haiku/src/system/libroot/os/arch/ppc/
H A Dtls.c15 static void *gSlots[TLS_MAX_KEYS]; variable
32 return gSlots[index];
39 return &gSlots[index];
46 gSlots[index] = value;
/haiku/src/system/libroot/os/arch/sparc/
H A Dtls.c15 static void *gSlots[TLS_MAX_KEYS]; variable
32 return gSlots[index];
39 return &gSlots[index];
46 gSlots[index] = value;

Completed in 98 milliseconds