Searched refs:victim_id (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libcilkrts/runtime/
H A Drecord-replay.h132 void replay_record_steal_internal(__cilkrts_worker *w, int32_t victim_id);
227 * @param victim_id The worker ID of the worker w stole from.
231 void replay_record_steal(__cilkrts_worker *w, int32_t victim_id) argument
244 replay_record_steal_internal(w, victim_id);
248 void replay_record_steal(__cilkrts_worker *w, int32_t victim_id) argument
H A Drecord-replay.cpp320 * @param victim_id The ID of the worker which had it's frame stolen.
322 void replay_record_steal_internal(__cilkrts_worker *w, int32_t victim_id) argument
328 // Record steal: STEAL pedigree victim_id thief_id
331 victim_id);
H A Dscheduler.c891 int32_t victim_id; local
992 victim_id = victim->self;
1042 replay_record_steal(w, victim_id);

Completed in 101 milliseconds