Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Support dynamic thread initialization #554

Open
nickjong opened this issue Feb 4, 2016 · 1 comment
Open

Support dynamic thread initialization #554

nickjong opened this issue Feb 4, 2016 · 1 comment

Comments

@nickjong
Copy link
Contributor

nickjong commented Feb 4, 2016

For the C++ bindings, it would be nice to avoid the overhead of repeatedly invoking WTF_THREAD_ENABLE in situations where the identity of individual threads is not directly exposed to the code being instrumented, or where client code otherwise has no practical way to ensure that WTF_THREAD_ENABLE is called only once per thread in some thread pool.

@vertexodessa
Copy link
Contributor

it's not exactly what you requested but it might fit your needs #579

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants