Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c21 void thread1(void const *argument) in thread1() function
96 osThreadDef(thread1, osPriorityHigh, 1, STACKSZ);
136 id1 = osThreadCreate(osThread(thread1), NULL); in test_thread_apis()
/Zephyr-Core-2.7.6/tests/subsys/portability/cmsis_rtos_v2/src/
Devent_flags.c23 static void thread1(void *arg) in thread1() function
87 id1 = osThreadNew(thread1, evt_id, &thread1_attr); in test_event_flags_no_wait_timeout()
125 id1 = osThreadNew(thread1, evt_id, &thread1_attr); in test_event_flags_signalled()
Dthread_flags.c21 static void thread1(void *arg) in thread1() function
94 id1 = osThreadNew(thread1, NULL, &thread1_attr); in test_thread_flags_no_wait_timeout()
Dthread_apis.c38 static void thread1(void *argument) in thread1() function
125 id1 = osThreadNew(thread1, &args, thread1_attr); in thread_apis_common()
/Zephyr-Core-2.7.6/tests/posix/common/src/
Dsemaphore.c49 pthread_t thread1, thread2; in test_posix_semaphore() local
80 ret = pthread_create(&thread1, &attr1, child_func, NULL); in test_posix_semaphore()
/Zephyr-Core-2.7.6/tests/kernel/workq/critical/src/
Dmain.c53 static struct k_thread thread1; variable
204 k_thread_create(&thread1, stack1, STACK_SIZE, in test_offload_workqueue()