Skip to content

Commit

Permalink
Push resolution of merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Sep 19, 2024
1 parent 8c90a5b commit 0bd7ac0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,9 @@ JL_DLLEXPORT int jl_set_task_threadpoolid(jl_task_t *task, int8_t tpid) JL_NOTSA
return 1;
}

<<<<<<< HEAD
// GC functions used
extern int jl_gc_mark_queue_obj_explicit(jl_gc_mark_cache_t *gc_cache,
jl_gc_markqueue_t *mq, jl_value_t *obj) JL_NOTSAFEPOINT;
=======
// parallel task runtime
// ---

JL_DLLEXPORT uint32_t jl_rand_ptls(uint32_t max) // [0, n)
{
jl_ptls_t ptls = jl_current_task->ptls;
return cong(max, &ptls->rngseed);
}
>>>>>>> 4f39869d04 (Refactoring to be considered before adding MMTk)

// initialize the threading infrastructure
// (called only by the main thread)
Expand Down

0 comments on commit 0bd7ac0

Please sign in to comment.