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

  /src/lib/librumpuser/
rumpfiber.c 97 static struct thread *get_current(void);
121 get_current(void) function in typeref:struct:thread *
145 prev = get_current();
268 struct thread *thread = get_current();
303 struct thread *thread = get_current();
327 struct thread *thread = get_current();
336 struct thread *thread = get_current();
346 struct thread *thread = get_current();
600 w.who = get_current();
731 struct lwp *l = get_current()->lwp
    [all...]
rumpfiber.c 97 static struct thread *get_current(void);
121 get_current(void) function in typeref:struct:thread *
145 prev = get_current();
268 struct thread *thread = get_current();
303 struct thread *thread = get_current();
327 struct thread *thread = get_current();
336 struct thread *thread = get_current();
346 struct thread *thread = get_current();
600 w.who = get_current();
731 struct lwp *l = get_current()->lwp
    [all...]

Completed in 23 milliseconds