Searched refs:pthread_create (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-3.6.0/components/pthread/test/ |
D | test_pthread_rwlock.c | 180 TEST_ASSERT_EQUAL(pthread_create(&reader_thread, NULL, reader, &rw_args), 0); 181 TEST_ASSERT_EQUAL(pthread_create(&writer_thread, NULL, writer, &rw_args), 0); 210 TEST_ASSERT_EQUAL(pthread_create(&(reader_thread[i]), NULL, reader, &rw_args), 0); 212 TEST_ASSERT_EQUAL(pthread_create(&writer_thread, NULL, writer, &rw_args), 0); 260 TEST_ASSERT_EQUAL(pthread_create(&writer_2_thread, NULL, writer2, &rw_args), 0); 261 TEST_ASSERT_EQUAL(pthread_create(&writer_thread, NULL, writer, &rw_args), 0); 290 TEST_ASSERT_EQUAL(pthread_create(&writer_2_thread[i], NULL, writer2, &rw_args), 0); 292 TEST_ASSERT_EQUAL(pthread_create(&writer_thread, NULL, writer, &rw_args), 0);
|
D | test_pthread.c | 37 res = pthread_create(&new_thread, &attr, compute_square, (void *) &num); 49 res = pthread_create(&new_thread, &attr, compute_square, (void *) &num); 86 res = pthread_create(&new_thread, NULL, waiting_thread, (void *)&task_handle); 111 res = pthread_create(&new_thread, NULL, waiting_thread, (void *)&task_handle); 212 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)); 194 r = pthread_create(&thread, NULL, s_test_repeat_destructor_thread, &state);
|
D | test_pthread_cond_var.c | 100 r = pthread_create(&signal[i].thread, NULL, thread_signals, &signal[i].args); 102 r = pthread_create(&wait[i].thread, NULL, thread_waits, &wait[i].args);
|
/hal_espressif-3.6.0/examples/system/pthread/main/ |
D | pthread_example.c | 26 res = pthread_create(&thread1, NULL, example_thread, NULL); in app_main() 34 res = pthread_create(&thread2, &attr, example_thread, NULL); in app_main() 50 res = pthread_create(&thread1, NULL, example_thread, NULL); in app_main()
|
/hal_espressif-3.6.0/components/newlib/test_apps/main/ |
D | test_stdatomic.c | 99 pthread_create(&thread1, NULL, exclusion_test_task, (void*) 1); in TEST() 100 pthread_create(&thread2, NULL, exclusion_test_task, (void*) 0); in TEST()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | pthread.rst | 36 * ``pthread_create()`` 143 …header offers custom extensions to control how subsequent calls to ``pthread_create()`` will behav… 146 …- Default stack size of new threads, if not specified when calling ``pthread_create()`` (overrides… 151 …ted will inherit the creator's configuration (if that thread calls ``pthread_create()`` recursivel…
|
/hal_espressif-3.6.0/components/pthread/ |
D | Kconfig | 20 Minimum allowed pthread stack size set in attributes passed to pthread_create
|
D | pthread.c | 203 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
|
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/ |
D | freertos_linux.c | 156 res = pthread_create(&new_thread, &attr, pthread_task, &pthread_params); in xTaskCreate()
|
/hal_espressif-3.6.0/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_esp32s3.map | 557 .literal.pthread_create 619 .rodata.pthread_create.str1.4 621 .text.pthread_create 19675 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app_esp32c3.map | 531 .text.pthread_create 601 .rodata.pthread_create.str1.4 16107 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app_esp32h2.map | 523 .text.pthread_create 593 .rodata.pthread_create.str1.4 14388 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app.map | 1750 .literal.pthread_create 1787 .text.pthread_create
|
D | overflow.map | 1362 .literal.pthread_create 1424 .rodata.pthread_create.str1.4 1426 .text.pthread_create 75139 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | overflow_esp32s2.map | 1394 .literal.pthread_create 1443 .text.pthread_create 35225 .rodata.pthread_create.str1.4 76282 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | overflow_esp32s3.map | 1541 .literal.pthread_create 1603 .rodata.pthread_create.str1.4 1605 .text.pthread_create 92200 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | overflow_esp32c3.map | 1617 .text.pthread_create 40068 .rodata.pthread_create.str1.4 71757 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
|