MCPcopy Index your code
hub / github.com/php/frankenphp / attachRegularThread

Function attachRegularThread

threadregular.go:185–189  ·  view source on GitHub ↗
(thread *phpThread)

Source from the content-addressed store, hash-verified

183}
184
185func attachRegularThread(thread *phpThread) {
186 regularThreadMu.Lock()
187 regularThreads = append(regularThreads, thread)
188 regularThreadMu.Unlock()
189}
190
191func detachRegularThread(thread *phpThread) {
192 regularThreadMu.Lock()

Callers 1

convertToRegularThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected