Searched refs:thread1_attr (Results 1 – 3 of 3) sorted by relevance
48 static osThreadAttr_t thread1_attr = { variable86 id1 = osThreadNew(thread1, evt_id, &thread1_attr); in test_event_flags_no_wait_timeout()122 id1 = osThreadNew(thread1, evt_id, &thread1_attr); in test_event_flags_signalled()
70 static osThreadAttr_t thread1_attr = { variable90 id1 = osThreadNew(thread1, NULL, &thread1_attr); in ZTEST()
111 osThreadAttr_t *thread1_attr, osThreadAttr_t *thread2_attr) in thread_apis_common() argument118 id1 = osThreadNew(thread1, &args, thread1_attr); in thread_apis_common()