OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exitreason
(Results
1 - 10
of
10
) sorted by null
/external/valgrind/coregrind/
m_threadstate.c
137
return VG_(threads)[tid].
exitreason
!= VgSrc_None;
pub_core_threadstate.h
289
VgSchedReturnCode
exitreason
;
member in struct:__anon20538
m_signals.c
66
another to exit, it will set its
exitreason
and send it SIGVGKILL
[
all
...]
m_machine.c
422
|| VG_(threads)[tid].
exitreason
== VgSrc_ExitProcess) {
[
all
...]
m_main.c
[
all
...]
/external/valgrind/coregrind/m_scheduler/
scheduler.c
242
VG_(threads)[i].
exitreason
= VgSrc_None;
382
/* There should still be a valid
exitreason
for this thread */
383
vg_assert(VG_(threads)[tid].
exitreason
!= VgSrc_None);
[
all
...]
/external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc
41
}
ExitReason
;
/external/valgrind/coregrind/m_syswrap/
syswrap-generic.c
[
all
...]
syswrap-darwin.c
[
all
...]
syswrap-linux.c
748
the
exitreason
. */
777
VG_(threads)[tid].
exitreason
= VgSrc_ExitThread;
[
all
...]
Completed in 319 milliseconds