Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_testcapimodule.c5182 #define CHECK_TSS_API(expr) \ in test_pythread_tss_key_state() macro
5188 CHECK_TSS_API(PyThread_tss_set(&tss_key, NULL)); in test_pythread_tss_key_state()
5189 CHECK_TSS_API(PyThread_tss_get(&tss_key)); in test_pythread_tss_key_state()
5190 #undef CHECK_TSS_API in test_pythread_tss_key_state()