HomeSort by: relevance | last modified time | path
    Searched defs:returning (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_synch.c 616 bool returning; local in function:mi_switch
632 returning = false;
644 returning = true;
689 if (!returning) {
777 * other side to unlock - we're returning into an assembly
783 if (returning) {
811 prevlwp = cpu_switchto(l, newl, returning);
kern_synch.c 616 bool returning; local in function:mi_switch
632 returning = false;
644 returning = true;
689 if (!returning) {
777 * other side to unlock - we're returning into an assembly
783 if (returning) {
811 prevlwp = cpu_switchto(l, newl, returning);

Completed in 24 milliseconds