Home
last modified time | relevance | path

Searched refs:stolen_p (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/runtime/
H A Dscheduler.c2343 int stolen_p; in __cilkrts_c_THE_exception_check() local
2357 stolen_p = !(w->head < (w->tail + 1)); /* +1 because tail was in __cilkrts_c_THE_exception_check()
2362 if (stolen_p) { in __cilkrts_c_THE_exception_check()
2386 if (stolen_p) in __cilkrts_c_THE_exception_check()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/runtime/
H A Dscheduler.c2343 int stolen_p; in __cilkrts_c_THE_exception_check() local
2357 stolen_p = !(w->head < (w->tail + 1)); /* +1 because tail was in __cilkrts_c_THE_exception_check()
2362 if (stolen_p) { in __cilkrts_c_THE_exception_check()
2386 if (stolen_p) in __cilkrts_c_THE_exception_check()
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/runtime/
H A Dscheduler.c2343 int stolen_p; in __cilkrts_c_THE_exception_check() local
2357 stolen_p = !(w->head < (w->tail + 1)); /* +1 because tail was in __cilkrts_c_THE_exception_check()
2362 if (stolen_p) { in __cilkrts_c_THE_exception_check()
2386 if (stolen_p) in __cilkrts_c_THE_exception_check()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp17568 BOOL stolen_p (uint8_t* r) in stolen_p() function
17585 return (!stolen_p (r) && !partial_p (r)); in straight_ref_p()
17627 if (stolen_p (oo)) in mark_object_simple1()
17907 else if (stolen_p (next)) in mark_steal()