Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c5480 #define CHECK_TSS_API(expr) \ in test_pythread_tss_key_state() macro
5486 CHECK_TSS_API(PyThread_tss_set(&tss_key, NULL)); in test_pythread_tss_key_state()
5487 CHECK_TSS_API(PyThread_tss_get(&tss_key)); in test_pythread_tss_key_state()
5488 #undef CHECK_TSS_API in test_pythread_tss_key_state()