Searched refs:thread1 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-2.7.6/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | thread_apis.c | 21 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/ |
D | event_flags.c | 23 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()
|
D | thread_flags.c | 21 static void thread1(void *arg) in thread1() function 94 id1 = osThreadNew(thread1, NULL, &thread1_attr); in test_thread_flags_no_wait_timeout()
|
D | thread_apis.c | 38 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/ |
D | semaphore.c | 49 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/ |
D | main.c | 53 static struct k_thread thread1; variable 204 k_thread_create(&thread1, stack1, STACK_SIZE, in test_offload_workqueue()
|