MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / RemoveThread

Method RemoveThread

pkg/ps/snapshotter.go:40–40  ·  view source on GitHub ↗

RemoveThread removes the thread from the given process.

(pid uint32, tid uint32)

Source from the content-addressed store, hash-verified

38 AddModule(*event.Event) error
39 // RemoveThread removes the thread from the given process.
40 RemoveThread(pid uint32, tid uint32) error
41 // RemoveModule removes the module the given process.
42 RemoveModule(pid uint32, addr va.Address) error
43 // AddMmap adds a new memory mapping (data memory-mapped file, image, or pagefile) to this process state.

Callers 4

TestRemoveThreadFunction · 0.95
RemoveThreadMethod · 0.65
updateSnapshottersMethod · 0.65
ProcessEventMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestRemoveThreadFunction · 0.76