Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dlynx-core.c96 core_st_t *threadp; local
133 threadp = (core_st_t *) bfd_alloc (abfd, tcontext_size);
134 if (!threadp)
142 if (bfd_bread ((void *) threadp, tcontext_size, abfd) != tcontext_size)
150 core_signal (abfd) = threadp->currsig;
197 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid));
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dlynx-core.c93 core_st_t *threadp; local
130 threadp = (core_st_t *) bfd_alloc (abfd, tcontext_size);
131 if (!threadp)
139 if (bfd_bread ((void *) threadp, tcontext_size, abfd) != tcontext_size)
147 core_signal (abfd) = threadp->currsig;
194 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid));
/openbsd-src/lib/librthread/
H A Drthread.c344 pthread_create(pthread_t *threadp, const pthread_attr_t *attr, in pthread_create() argument
399 *threadp = thread; in pthread_create()
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c3907 bool threadp = declspecs->thread_p; in grokdeclarator() local
4046 && (threadp in grokdeclarator()
4058 if (threadp) in grokdeclarator()
4060 threadp = false; in grokdeclarator()
4066 else if (decl_context != NORMAL && (storage_class != csc_none || threadp)) in grokdeclarator()
4086 threadp = false; in grokdeclarator()
4115 else if (threadp && storage_class == csc_none) in grokdeclarator()
4120 threadp = false; in grokdeclarator()
4607 gcc_assert (storage_class == csc_none && !threadp in grokdeclarator()
4708 gcc_assert (storage_class == csc_none && !threadp in grokdeclarator()
[all …]