Home
last modified time | relevance | path

Searched refs:threadp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlynx-core.c94 core_st_t *threadp; in lynx_core_file_p() local
132 threadp = (core_st_t *) _bfd_alloc_and_read (abfd, tcontext_size, in lynx_core_file_p()
134 if (!threadp) in lynx_core_file_p()
137 core_signal (abfd) = threadp->currsig; in lynx_core_file_p()
184 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid)); in lynx_core_file_p()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlynx-core.c94 core_st_t *threadp; in lynx_core_file_p() local
132 threadp = (core_st_t *) _bfd_alloc_and_read (abfd, tcontext_size, in lynx_core_file_p()
134 if (!threadp) in lynx_core_file_p()
137 core_signal (abfd) = threadp->currsig; in lynx_core_file_p()
184 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid)); in lynx_core_file_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5953 bool threadp = declspecs->thread_p; in grokdeclarator() local
6170 && (threadp in grokdeclarator()
6183 if (threadp) in grokdeclarator()
6186 threadp = false; in grokdeclarator()
6192 else if (decl_context != NORMAL && (storage_class != csc_none || threadp)) in grokdeclarator()
6219 threadp = false; in grokdeclarator()
6251 else if (threadp && storage_class == csc_none) in grokdeclarator()
6256 threadp = false; in grokdeclarator()
7084 gcc_assert (storage_class == csc_none && !threadp in grokdeclarator()
7214 gcc_assert (storage_class == csc_none && !threadp in grokdeclarator()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc6271 bool threadp = declspecs->thread_p; in grokdeclarator() local
6494 && (threadp in grokdeclarator()
6507 if (threadp) in grokdeclarator()
6510 threadp = false; in grokdeclarator()
6516 else if (decl_context != NORMAL && (storage_class != csc_none || threadp)) in grokdeclarator()
6543 threadp = false; in grokdeclarator()
6575 else if (threadp && storage_class == csc_none) in grokdeclarator()
6580 threadp = false; in grokdeclarator()
7408 gcc_assert (storage_class == csc_none && !threadp in grokdeclarator()
7538 gcc_assert (storage_class == csc_none && !threadp in grokdeclarator()
[all …]