M 652 src/pkg/runtime/heapdump.c M *mp; M 96 src/pkg/runtime/lock_sema.c M *mp; M 131 src/pkg/runtime/lock_sema.c M *mp; M 141 src/pkg/runtime/lock_sema.c } else if(mp == (M*)LOCKED) { M 171 src/pkg/runtime/lock_sema.c notetsleep(Note *n, int64 ns, int64 deadline, M *mp) M 221 src/pkg/runtime/lock_sema.c } else if(mp == (M*)LOCKED) { M 1643 src/pkg/runtime/mgc0.c M *mp; M 2162 src/pkg/runtime/mgc0.c M *mp; M 26 src/pkg/runtime/os_darwin.c runtime·semawakeup(M *mp) M 95 src/pkg/runtime/os_darwin.c runtime·newosproc(M *mp, void *stk) M 119 src/pkg/runtime/os_darwin.c runtime·mpreinit(M *mp) M 9 src/pkg/runtime/os_darwin.h int32 runtime·bsdthread_create(void*, M*, G*, void(*)(void)); M 91 src/pkg/runtime/os_dragonfly.c runtime·newosproc(M *mp, void *stk) M 148 src/pkg/runtime/os_dragonfly.c runtime·mpreinit(M *mp) M 92 src/pkg/runtime/os_freebsd.c runtime·newosproc(M *mp, void *stk) M 156 src/pkg/runtime/os_freebsd.c runtime·mpreinit(M *mp) M 120 src/pkg/runtime/os_linux.c runtime·newosproc(M *mp, void *stk) M 196 src/pkg/runtime/os_linux.c runtime·mpreinit(M *mp) M 9 src/pkg/runtime/os_linux.h int32 runtime·clone(int32, void*, M*, G*, void(*)(void)); M 20 src/pkg/runtime/os_nacl.c runtime·mpreinit(M *mp) M 99 src/pkg/runtime/os_nacl.c runtime·newosproc(M *mp, void *stk) M 180 src/pkg/runtime/os_nacl.c runtime·semawakeup(M *mp) M 31 src/pkg/runtime/os_netbsd.c extern void runtime·lwp_mcontext_init(void *mc, void *stack, M *mp, G *gp, void (*fn)(void)); M 135 src/pkg/runtime/os_netbsd.c runtime·semawakeup(M *mp) M 153 src/pkg/runtime/os_netbsd.c runtime·newosproc(M *mp, void *stk) M 214 src/pkg/runtime/os_netbsd.c runtime·mpreinit(M *mp) M 10 src/pkg/runtime/os_netbsd_386.c runtime·lwp_mcontext_init(McontextT *mc, void *stack, M *mp, G *gp, void (*fn)(void)) M 10 src/pkg/runtime/os_netbsd_amd64.c runtime·lwp_mcontext_init(McontextT *mc, void *stack, M *mp, G *gp, void (*fn)(void)) M 12 src/pkg/runtime/os_netbsd_arm.c runtime·lwp_mcontext_init(McontextT *mc, void *stack, M *mp, G *gp, void (*fn)(void)) M 29 src/pkg/runtime/os_openbsd.c extern int64 runtime·tfork(void *param, uintptr psize, M *mp, G *gp, void (*fn)(void)); M 115 src/pkg/runtime/os_openbsd.c runtime·semawakeup(M *mp) M 131 src/pkg/runtime/os_openbsd.c runtime·newosproc(M *mp, void *stk) M 193 src/pkg/runtime/os_openbsd.c runtime·mpreinit(M *mp) M 18 src/pkg/runtime/os_plan9.c runtime·mpreinit(M *mp) M 197 src/pkg/runtime/os_plan9.c M *mp; M 259 src/pkg/runtime/os_plan9.c runtime·newosproc(M *mp, void *stk) M 301 src/pkg/runtime/os_plan9.c runtime·semawakeup(M *mp) M 12 src/pkg/runtime/os_plan9.h int32 runtime·rfork(int32 flags, void *stk, M *mp, G *gp, void (*fn)(void)); M 89 src/pkg/runtime/os_solaris.c uint32 runtime·tstart_sysvicall(M *newm); M 133 src/pkg/runtime/os_solaris.c runtime·newosproc(M *mp, void *stk) M 187 src/pkg/runtime/os_solaris.c runtime·mpreinit(M *mp) M 392 src/pkg/runtime/os_solaris.c runtime·semawakeup(M *mp) M 211 src/pkg/runtime/os_windows.c runtime·semawakeup(M *mp) M 225 src/pkg/runtime/os_windows.c runtime·newosproc(M *mp, void *stk) M 243 src/pkg/runtime/os_windows.c runtime·mpreinit(M *mp) M 406 src/pkg/runtime/os_windows.c extern void runtime·dosigprof(Context *r, G *gp, M *mp); M 411 src/pkg/runtime/os_windows.c profilem(M *mp) M 413 src/pkg/runtime/os_windows.c extern M runtime·m0; M 435 src/pkg/runtime/os_windows.c M *mp, *allm; M 22 src/pkg/runtime/os_windows.h uint32 runtime·tstart_stdcall(M *newm); M 135 src/pkg/runtime/os_windows_386.c runtime·dosigprof(Context *r, G *gp, M *mp) M 141 src/pkg/runtime/os_windows_amd64.c runtime·dosigprof(Context *r, G *gp, M *mp) M 32 src/pkg/runtime/proc.c M* midle; // idle m's waiting for work M 76 src/pkg/runtime/proc.c M runtime·m0; M 79 src/pkg/runtime/proc.c M* runtime·allm; M 80 src/pkg/runtime/proc.c M* runtime·extram; M 95 src/pkg/runtime/proc.c static void mput(M*); M 96 src/pkg/runtime/proc.c static M* mget(void); M 97 src/pkg/runtime/proc.c static void mcommoninit(M*); M 349 src/pkg/runtime/proc.c mcommoninit(M *mp) M 429 src/pkg/runtime/proc.c M *mp; M 536 src/pkg/runtime/proc.c M *mp; M 648 src/pkg/runtime/proc.c M *m; M 656 src/pkg/runtime/proc.c M* M 659 src/pkg/runtime/proc.c M *mp; M 705 src/pkg/runtime/proc.c static M* lockextra(bool nilokay); M 706 src/pkg/runtime/proc.c static void unlockextra(M*); M 745 src/pkg/runtime/proc.c M *mp; M 792 src/pkg/runtime/proc.c M *mp, *mnext; M 853 src/pkg/runtime/proc.c M *mp, *mnext; M 868 src/pkg/runtime/proc.c #define MLOCKED ((M*)1) M 876 src/pkg/runtime/proc.c static M* M 879 src/pkg/runtime/proc.c M *mp; M 905 src/pkg/runtime/proc.c unlockextra(M *mp) M 915 src/pkg/runtime/proc.c M *mp; M 977 src/pkg/runtime/proc.c M *mp; M 1087 src/pkg/runtime/proc.c M *mp; M 2176 src/pkg/runtime/proc.c runtime·sigprof(uint8 *pc, uint8 *sp, uint8 *lr, G *gp, M *mp) M 2697 src/pkg/runtime/proc.c M *mp; M 2720 src/pkg/runtime/proc.c M *mp, *lockedm; M 2802 src/pkg/runtime/proc.c mput(M *mp) M 2812 src/pkg/runtime/proc.c static M* M 2815 src/pkg/runtime/proc.c M *mp; M 60 src/pkg/runtime/runtime.h typedef struct M M; M 112 src/pkg/runtime/runtime.h extern register M* m; M 279 src/pkg/runtime/runtime.h M* m; // for debuggers, but offset not hard-coded M 280 src/pkg/runtime/runtime.h M* lockedm; M 326 src/pkg/runtime/runtime.h M* alllink; // on allm M 327 src/pkg/runtime/runtime.h M* schedlink; M 340 src/pkg/runtime/runtime.h M* nextwaitm; // next M waiting for lock M 388 src/pkg/runtime/runtime.h M* m; // back-link to associated M (nil if idle) M 760 src/pkg/runtime/runtime.h extern M* runtime·allm; M 855 src/pkg/runtime/runtime.h void runtime·newosproc(M *mp, void *stk); M 859 src/pkg/runtime/runtime.h void runtime·mpreinit(M*); M 910 src/pkg/runtime/runtime.h void runtime·setmg(M*, G*); M 920 src/pkg/runtime/runtime.h M* runtime·newm(void); M 935 src/pkg/runtime/runtime.h void runtime·sigprof(uint8 *pc, uint8 *sp, uint8 *lr, G *gp, M *mp); M 1027 src/pkg/runtime/runtime.h void runtime·semawakeup(M*);