OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VgTs_Yielding
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/coregrind/
m_threadstate.c
55
case
VgTs_Yielding
: return "
VgTs_Yielding
";
pub_core_threadstate.h
61
VgTs_Yielding
, /* temporarily yielding the CPU */
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
260
sleepstate ==
VgTs_Yielding
);
369
VG_(release_BigLock)(tid,
VgTs_Yielding
, "VG_(vg_yield)");
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c
459
|| dst_ts->status ==
VgTs_Yielding
syswrap-ppc32-aix5.c
549
|| dst_ts->status ==
VgTs_Yielding
[
all
...]
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
188
case
VgTs_Yielding
:
Completed in 265 milliseconds