OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadp
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/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
142
static int __allocate_thread(pthread_attr_t* attr, pthread_internal_t**
threadp
, void** child_stack) {
182
*
threadp
= thread;
Completed in 538 milliseconds