Home
last modified time | relevance | path

Searched refs:PYBIND11_TLS_REPLACE_VALUE (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dinternals.h26 # define PYBIND11_TLS_REPLACE_VALUE(key, value) PyThread_tss_set((key), (value)) macro
36 # define PYBIND11_TLS_REPLACE_VALUE(key, value) \ macro
44 # define PYBIND11_TLS_REPLACE_VALUE(key, value) \ macro
/external/python/pybind11/include/pybind11/
Dpybind11.h2137 PYBIND11_TLS_REPLACE_VALUE(internals.tstate, tstate);
2225 PYBIND11_TLS_REPLACE_VALUE(key, tstate);