Home
last modified time | relevance | path

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

/netbsd-src/lib/librumpuser/
H A Drumpfiber.c96 static void switch_threads(struct thread *prev, struct thread *next);
179 switch_threads(prev, next); in schedule()
244 switch_threads(struct thread *prev, struct thread *next) in switch_threads() function