Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_proto.c435 void * rqlock; in sched_proto_processor_queue_remove() local
438 rqlock = &global_runq_lock; in sched_proto_processor_queue_remove()
441 simple_lock(rqlock, LCK_GRP_NULL); in sched_proto_processor_queue_remove()
457 simple_unlock(rqlock); in sched_proto_processor_queue_remove()