Searched refs:gNextSlot (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/libroot/os/arch/arm/
H A Dtls.c19 static int32 gNextSlot = TLS_FIRST_FREE_SLOT; variable
26 int32 next = atomic_add(&gNextSlot, 1);
/haiku-fatelf/src/system/libroot/os/arch/m68k/
H A Dtls.c19 static int32 gNextSlot = TLS_FIRST_FREE_SLOT; variable
26 int32 next = atomic_add(&gNextSlot, 1);
/haiku-fatelf/src/system/libroot/os/arch/mipsel/
H A Dtls.c19 static int32 gNextSlot = TLS_FIRST_FREE_SLOT; variable
26 int32 next = atomic_add(&gNextSlot, 1);
/haiku-fatelf/src/system/libroot/os/arch/ppc/
H A Dtls.c19 static int32 gNextSlot = TLS_FIRST_FREE_SLOT; variable
26 int32 next = atomic_add(&gNextSlot, 1);
/haiku-fatelf/src/system/libroot/os/arch/x86/
H A Dtls.c16 static int32 gNextSlot = TLS_FIRST_FREE_SLOT; variable
22 int32 next = atomic_add(&gNextSlot, 1);
/haiku-fatelf/src/system/libroot/os/arch/x86_64/
H A Dtls.cpp17 static int32 gNextSlot = TLS_FIRST_FREE_SLOT; variable
23 int32 next = atomic_add(&gNextSlot, 1);

Completed in 161 milliseconds