crabgrind 0.2.5

Rust bindings to "Valgrind Client Request" interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Assigns a human-readable name to the current thread.

Wraps the `ANNOTATE_THREAD_NAME` client request.

# Mechanics

DRD identifies threads primarily by numeric IDs. This request attaches a label
to the current thread context. The name appears in data race reports, trace
output, and error messages.

This operation affects only the thread executing the request.

## Note

Requires Valgrind **3.5** or higher.