HomeSort by: relevance | last modified time | path
    Searched defs:threadp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
lynx-core.c 94 core_st_t *threadp; local
133 threadp = (core_st_t *) _bfd_alloc_and_read (abfd, tcontext_size,
135 if (!threadp)
138 core_signal (abfd) = threadp->currsig;
185 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid));
  /src/external/gpl3/binutils.old/dist/bfd/
lynx-core.c 94 core_st_t *threadp; local
133 threadp = (core_st_t *) _bfd_alloc_and_read (abfd, tcontext_size,
135 if (!threadp)
138 core_signal (abfd) = threadp->currsig;
185 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid));
  /src/external/gpl3/gdb/dist/bfd/
lynx-core.c 94 core_st_t *threadp; local
133 threadp = (core_st_t *) _bfd_alloc_and_read (abfd, tcontext_size,
135 if (!threadp)
138 core_signal (abfd) = threadp->currsig;
185 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid));
  /src/external/gpl3/gdb.old/dist/bfd/
lynx-core.c 94 core_st_t *threadp; local
132 threadp = (core_st_t *) _bfd_alloc_and_read (abfd, tcontext_size,
134 if (!threadp)
137 core_signal (abfd) = threadp->currsig;
184 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid));
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 6413 bool threadp = scspecs ? scspecs->thread_p : false;
6428 if (current_scope != file_scope && threadp && storage_class == csc_none)
6432 threadp = false;
6448 if (threadp)
6783 bool threadp = declspecs->thread_p;
7026 && (threadp
7040 if (threadp)
7043 threadp = false;
7053 || threadp
7085 threadp = false
6389 bool threadp = scspecs ? scspecs->thread_p : false; local
6757 bool threadp = declspecs->thread_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 6297 bool threadp = declspecs->thread_p;
6520 && (threadp
6533 if (threadp)
6536 threadp = false;
6542 else if (decl_context != NORMAL && (storage_class != csc_none || threadp))
6569 threadp = false;
6601 else if (threadp && storage_class == csc_none)
6606 threadp = false;
7434 gcc_assert (storage_class == csc_none && !threadp
7564 gcc_assert (storage_class == csc_none && !threadp
6271 bool threadp = declspecs->thread_p; local
    [all...]

Completed in 40 milliseconds