Searched defs:thread (Results 1 – 9 of 9) sorted by relevance
20 static void thread_inited_hooker1(rt_thread_t thread) in thread_inited_hooker1()27 static void thread_inited_hooker2(rt_thread_t thread) in thread_inited_hooker2()
137 rt_thread_t thread; in test_atomic_add() local
22 rt_uint8_t thread[8]; /**< thread name */ member24 rt_uint8_t thread[4]; /**< thread name */ member
133 rt_thread_t thread = rt_thread_create(name, RT_NULL, RT_NULL, 1024, 20, 10); in test_object_find_operations() local
27 pthread_t thread; in libc_ex6() local
80 pthread_t thread; in libc_ex7() local
77 pthread_t thread[THREAD_NUM]; in posix_testcase() local
75 struct rt_thread thread[THREAD_NUM]; in condvar_broadcast_tc() local
82 rt_thread_t thread; in rbb_test() local
Completed in 8 milliseconds