Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/Shell/Register/Inputs/
H A Dx86-multithread-read.cpp17 void t_func(std::mutex &t_mutex, const test_data &t_data) { in t_func() function
47 std::thread t1(t_func, std::ref(t1_mutex), std::ref(t1_data)); in main()
48 std::thread t2(t_func, std::ref(t2_mutex), std::ref(t2_data)); in main()
H A Dx86-multithread-write.cpp24 void t_func(std::mutex &t_mutex) { in t_func() function
52 std::thread t1(t_func, std::ref(t1_mutex)); in main()
53 std::thread t2(t_func, std::ref(t2_mutex)); in main()
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathtest.c59 t_func, t_macro enumerator
196 #define TFUNC(arg,ret,name,tolerance) { t_func, arg, ret, (void*)&name, m_none, tolerance, #name }
197 #define TFUNCARM(arg,ret,name,tolerance) { t_func, arg, ret, (void*)& ARM_PREFIX(name), m_none, tol…
1063 if(t.func->type == t_func) { in runtest()