Searched refs:pthread_create (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | esp_pthread.rst | 33 pthread_create(&t1, NULL, thread_func); 52 pthread_create(&t2, NULL, my_thread2); 66 pthread_create(&t1, NULL, my_thread1);
|
/hal_espressif-2.7.6/components/pthread/test/ |
D | test_pthread.c | 36 res = pthread_create(&new_thread, &attr, compute_square, (void *) &num); 48 res = pthread_create(&new_thread, &attr, compute_square, (void *) &num); 85 res = pthread_create(&new_thread, NULL, waiting_thread, (void *)&task_handle); 110 res = pthread_create(&new_thread, NULL, waiting_thread, (void *)&task_handle); 211 pthread_create(&new_thread, NULL, unlock_mutex, &mutex); in test_mutex_lock_unlock()
|
D | test_pthread_local_storage.c | 70 … TEST_ASSERT_EQUAL(0, pthread_create(&thread, NULL, thread_test_pthread_destructor, (void *)key)); 159 TEST_ASSERT_EQUAL(0, pthread_create(&threads[i], NULL, thread_stress_test, (void *)key));
|
/hal_espressif-2.7.6/components/pthread/ |
D | Kconfig | 20 Minimum allowed pthread stack size set in attributes passed to pthread_create
|
D | pthread.c | 217 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
|
/hal_espressif-2.7.6/tools/test_idf_size/ |
D | app_esp32s2.map | 489 .literal.pthread_create 551 .rodata.pthread_create.str1.4 553 .text.pthread_create 15097 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app2.map | 506 .literal.pthread_create 568 .rodata.pthread_create.str1.4 570 .text.pthread_create 17113 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app.map | 1750 .literal.pthread_create 1787 .text.pthread_create
|