OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VgTs_Yielding
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp
33
can only be accepted if the thread is VgTs_Runnable or
VgTs_Yielding
state
42
can only be accepted if the thread is VgTs_Runnable or
VgTs_Yielding
state
51
can only be accepted if the thread is VgTs_Runnable or
VgTs_Yielding
state
/external/valgrind/main/coregrind/
m_threadstate.c
75
case
VgTs_Yielding
: return "
VgTs_Yielding
";
pub_core_threadstate.h
61
VgTs_Yielding
, /* temporarily yielding the CPU */
vgdb.c
417
case
VgTs_Yielding
: return "
VgTs_Yielding
";
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c
725
if (tst->status ==
VgTs_Yielding
) {
846
case
VgTs_Yielding
:
[
all
...]
server.c
857
if (tst->status == VgTs_Runnable || tst->status ==
VgTs_Yielding
) {
871
"can only be accepted if the thread is VgTs_Runnable or
VgTs_Yielding
state\n"
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
308
sleepstate ==
VgTs_Yielding
);
435
VG_(release_BigLock)(tid,
VgTs_Yielding
, "VG_(vg_yield)");
[
all
...]
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
189
case
VgTs_Yielding
:
Completed in 69 milliseconds