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

  /toolchain/binutils/binutils-2.27/bfd/
lynx-core.c 94 core_st_t *threadp; local
131 threadp = (core_st_t *) bfd_alloc (abfd, tcontext_size);
132 if (!threadp)
140 if (bfd_bread ((void *) threadp, tcontext_size, abfd) != tcontext_size)
148 core_signal (abfd) = threadp->currsig;
195 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid));
  /external/valgrind/helgrind/
hg_errors.c 444 Thread* threadp; local
447 threadp = libhb_get_Thr_hgthread( thrp );
448 tl_assert(threadp);
450 xe->XE.Race.h2_ct = threadp;
1280 Thread* threadp; local
    [all...]
  /bionic/libc/bionic/
pthread_create.cpp 192 static int __allocate_thread(pthread_attr_t* attr, pthread_internal_t** threadp, void** child_stack) {
238 *threadp = thread;

Completed in 619 milliseconds