Home
last modified time | relevance | path

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

/f-stack/lib/include/i386/include/
H A Dpcpu.h40 extern __thread struct thread *pcurthread;
52 return (pcurthread); in __curthread_ff()
/f-stack/lib/include/amd64/include/
H A Dpcpu.h41 extern __thread struct thread *pcurthread;
55 return (pcurthread); in __curthread_ff()
/f-stack/lib/
H A Dff_compat.c58 __thread struct thread *pcurthread; variable
91 pcurthread = &thread0; in ff_init_thread0()