HomeSort by relevance Sort by last modified time
    Searched refs:TLS_SIZE (Results 1 - 14 of 14) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c 19 #define TLS_SIZE (2 * sizeof(void *))
41 newtcb = malloc(TCB_SIZE + TLS_SIZE);
46 bzero(newtcb, TLS_SIZE);
49 bcopy(oldtcb, newtcb + TLS_SIZE, TCB_SIZE);
50 __set_tcb(newtcb + TLS_SIZE);
gcc_openbsd_amd64.c 19 #define TLS_SIZE (2 * sizeof(void *))
41 newtcb = malloc(TCB_SIZE + TLS_SIZE);
46 bzero(newtcb, TLS_SIZE);
49 bcopy(oldtcb, newtcb + TLS_SIZE, TCB_SIZE);
50 __set_tcb(newtcb + TLS_SIZE);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c 19 #define TLS_SIZE (2 * sizeof(void *))
41 newtcb = malloc(TCB_SIZE + TLS_SIZE);
46 bzero(newtcb, TLS_SIZE);
49 bcopy(oldtcb, newtcb + TLS_SIZE, TCB_SIZE);
50 __set_tcb(newtcb + TLS_SIZE);
gcc_openbsd_amd64.c 19 #define TLS_SIZE (2 * sizeof(void *))
41 newtcb = malloc(TCB_SIZE + TLS_SIZE);
46 bzero(newtcb, TLS_SIZE);
49 bcopy(oldtcb, newtcb + TLS_SIZE, TCB_SIZE);
50 __set_tcb(newtcb + TLS_SIZE);
  /development/ndk/platforms/android-9/arch-x86/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
segment_32.h 25 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)

Completed in 990 milliseconds