Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 25 of 77) sorted by relevance

1234

/toolchain/binutils/binutils-2.27/config/
Dtls.m44 GCC_ENABLE(tls, yes, [], [Use thread-local storage])
5 AC_CACHE_CHECK([whether the target supports thread-local storage],
57 [pthread_t thread;
61 if (pthread_create (&thread, (pthread_attr_t *)0,
64 if (pthread_join (thread, &thread_retval))
97 [Define to 1 if the target supports thread-local storage.])
102 GCC_ENABLE(tls, yes, [], [Use thread-local storage])
103 AC_CACHE_CHECK([whether the target assembler supports thread-local storage],
110 [Define to 1 if the target assembler supports thread-local storage.])
115 AC_CACHE_CHECK([whether the thread-local storage support is from emutls],
[all …]
Dgthr.m48 dnl Define header location by thread model
Dtcl.m4581 # Specify if thread support should be enabled. TCL_THREADS is
613 # USE_THREAD_ALLOC tells us to try the special thread-based
652 …AC_MSG_WARN([Don't know how to find pthread lib on your system - you must disable thread support o…
1841 # won't define thread-safe library routines.
1867 # won't define thread-safe library routines.
/toolchain/binutils/binutils-2.27/bfd/
Dmach-o-i386.c280 bfd_mach_o_i386_print_thread (bfd *abfd, bfd_mach_o_thread_flavour *thread, in bfd_mach_o_i386_print_thread() argument
285 switch (thread->flavour) in bfd_mach_o_i386_print_thread()
288 if (thread->size < (8 + 16 * 4)) in bfd_mach_o_i386_print_thread()
316 if (thread->size < 8) in bfd_mach_o_i386_print_thread()
324 if (thread->size < 8 + 3 * 4) in bfd_mach_o_i386_print_thread()
Dmach-o.h572 bfd_mach_o_thread_command thread; member
Dmach-o.c1145 bfd_mach_o_thread_command *cmd = &command->command.thread; in bfd_mach_o_write_thread()
3995 bfd_mach_o_thread_command *cmd = &command->command.thread; in bfd_mach_o_read_thread()
4812 thr = &cmd->command.thread; in bfd_mach_o_scan_start_address()
/toolchain/binutils/binutils-2.27/gold/
DMakefile.am355 ld1_LDFLAGS += -Wl,--thread-count=3
356 ld2_LDFLAGS += -Wl,--thread-count=3
357 ld3_LDFLAGS += -Wl,--thread-count=13
358 ld4_LDFLAGS += -Wl,--thread-count=3
DMakefile.in80 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_1 = -Wl,--thread-count=3
81 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_2 = -Wl,--thread-count=3
82 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_3 = -Wl,--thread-count=13
83 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_4 = -Wl,--thread-count=3
Dconfigure.ac391 AC_CACHE_CHECK([for thread support], [gold_cv_c_thread],
/toolchain/binutils/binutils-2.27/gprof/
DChangeLog-201043 the counting function itself is thread safe.
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-alpha.texi246 address of the thread-local storage variable whose descriptor was
252 address of the base of the thread-local storage block for the current
313 symbol within its module's thread-local storage block. Also known
314 as the dynamic thread pointer offset or dtp-relative offset.
323 symbol from the thread pointer. Also known as the tp-relative offset.
Dc-s390.texi716 For more information about the thread local storage modifiers
725 The thread local storage instruction markers are used by the linker to
731 exec TLS model that retrieves the offset from the thread pointer to a
732 thread local storage variable from the GOT.
741 For more information about the thread local storage instruction marker
859 For more information about the thread local storage modifiers see the
/toolchain/binutils/binutils-2.27/gold/po/
Did.po895 msgid "ignoring --threads: %s was compiled without thread support"
896 msgstr "mengabaikan --threads: %s telah dikompilasi tanpa dukungan thread"
900 msgid "ignoring --thread-count: %s was compiled without thread support"
901 msgstr "mengabaikan --thread-count: %s telah dikompilasi tanpa bantuah thread"
1276 msgstr "Jumlah dari thread yang digunakan"
1284 msgstr "Jumlah dari thread yang digunakan dalam tahap awal"
1288 msgstr "Jumlah thread yang digunakan dalam tahap perantara"
1292 msgstr "Jumlah dari thread yang digunakan dalam tahap akhir"
Dit.po1022 msgid "ignoring --threads: %s was compiled without thread support"
1027 msgid "ignoring --thread-count: %s was compiled without thread support"
1028 msgstr "ignorata l'opzione --thread-count: %s compilato senza supporto per il threading"
1577 msgstr "Esegue il linker con thread multiplo"
1581 msgstr "Non esegue il linker con thread multiplo"
1585 msgstr "Numero di thread da usare"
1589 msgstr "Numero di thread da usare nella passata iniziale"
1593 msgstr "Numero di thread da usare nella passata intermedia"
1597 msgstr "Numero di thread da usare nella passata finale"
Des.po1021 msgid "ignoring --threads: %s was compiled without thread support"
1026 msgid "ignoring --thread-count: %s was compiled without thread support"
1027 msgstr "se descarta --thread-count: %s se compiló sin soporte para hilos"
Dvi.po1027 msgid "ignoring --threads: %s was compiled without thread support"
1032 msgid "ignoring --thread-count: %s was compiled without thread support"
1033 msgstr "đang bỏ qua tuỳ chọn \"--thread-count\": %s đã được biên dịch mà không hỗ trợ nhánh"
Dgold.pot1475 msgid "ignoring --threads: %s was compiled without thread support"
1480 msgid "ignoring --thread-count: %s was compiled without thread support"
Dzh_CN.po1491 msgid "ignoring --threads: %s was compiled without thread support"
1496 msgid "ignoring --thread-count: %s was compiled without thread support"
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dppc64elf.em715 { "plt-thread-safe", no_argument, NULL, OPTION_PLT_THREAD_SAFE },
716 { "no-plt-thread-safe", no_argument, NULL, OPTION_NO_PLT_THREAD_SAFE },
753 --plt-thread-safe PLT call stubs with load-load barrier.\n"
756 --no-plt-thread-safe PLT call stubs without barrier.\n"
Dbeos.em542 name. After sorting them, we re-thread the pointer
/toolchain/binutils/binutils-2.27/binutils/
Dod-macho.c999 bfd_mach_o_thread_command *thread = &cmd->command.thread; in dump_thread() local
1004 printf (" nflavours: %lu\n", thread->nflavours); in dump_thread()
1005 for (j = 0; j < thread->nflavours; j++) in dump_thread()
1007 bfd_mach_o_thread_flavour *flavour = &thread->flavours[j]; in dump_thread()
/toolchain/binutils/binutils-2.27/zlib/
DFAQ152 21. Is zlib thread-safe?
155 provided memory allocation routines must also be thread-safe. zlib's gz*
161 single thread at a time.
DREADME7 thread safe. The data format used by the zlib library is described by RFCs
/toolchain/binutils/binutils-2.27/zlib/win32/
DREADME-WIN32.txt4 thread safe. The data format used by the zlib library is described by RFCs
/toolchain/binutils/binutils-2.27/
Dltmain.sh4793 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
4896 -thread-safe)
5286 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)

1234