Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c136 # define MUNIT_THREAD_LOCAL __thread macro
139 # define MUNIT_THREAD_LOCAL _Thread_local macro
141 # define MUNIT_THREAD_LOCAL __declspec(thread) macro
164 #if defined(MUNIT_THREAD_LOCAL)
165 static MUNIT_THREAD_LOCAL munit_bool munit_error_jmp_buf_valid = 0;
166 static MUNIT_THREAD_LOCAL jmp_buf munit_error_jmp_buf;
236 #if defined(MUNIT_THREAD_LOCAL) in munit_logf_ex()
251 #if defined(MUNIT_THREAD_LOCAL) in munit_errorf_ex()
1545 #if defined(MUNIT_THREAD_LOCAL) in munit_test_runner_run_test_with_params()