User Tools

Site Tools


go:internals:m

This is an old revision of the document!


Table of Contents

M

Letter “m” – is generally often used as a shorthand to a phrase (current) OS thread – see: (link).

Strictly related:

  1. M (struct M) – is an internal C struct containing some data related to an OS thread – see: pkg/runtime/runtime.h
  2. 'm' (M m) – is a thread-local variable of type struct M containing data related to the current OS thread – see also: (link), Thread-local storage

You can think of it as a “machine”. There are one or more machines, and the scheduler is putting one or more goroutines onto them.

See also

go/internals/m.1551700434.txt.gz · Last modified: 2020/11/23 17:23 (external edit)