Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-3.6.0/components/pthread/test/
Dtest_pthread_rwlock.c180 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);
Dtest_pthread.c37 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()
Dtest_pthread_local_storage.c70 … 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);
Dtest_pthread_cond_var.c100 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/
Dpthread_example.c26 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/
Dtest_stdatomic.c99 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/
Dpthread.rst36 * ``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/
DKconfig20 Minimum allowed pthread stack size set in attributes passed to pthread_create
Dpthread.c203 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/
Dfreertos_linux.c156 res = pthread_create(&new_thread, &attr, pthread_task, &pthread_params); in xTaskCreate()
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp_esp32s2.map489 .literal.pthread_create
551 .rodata.pthread_create.str1.4
553 .text.pthread_create
15097 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp2.map506 .literal.pthread_create
568 .rodata.pthread_create.str1.4
570 .text.pthread_create
17113 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp_esp32s3.map557 .literal.pthread_create
619 .rodata.pthread_create.str1.4
621 .text.pthread_create
19675 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp_esp32c3.map531 .text.pthread_create
601 .rodata.pthread_create.str1.4
16107 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp_esp32h2.map523 .text.pthread_create
593 .rodata.pthread_create.str1.4
14388 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp.map1750 .literal.pthread_create
1787 .text.pthread_create
Doverflow.map1362 .literal.pthread_create
1424 .rodata.pthread_create.str1.4
1426 .text.pthread_create
75139 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
Doverflow_esp32s2.map1394 .literal.pthread_create
1443 .text.pthread_create
35225 .rodata.pthread_create.str1.4
76282 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
Doverflow_esp32s3.map1541 .literal.pthread_create
1603 .rodata.pthread_create.str1.4
1605 .text.pthread_create
92200 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)
Doverflow_esp32c3.map1617 .text.pthread_create
40068 .rodata.pthread_create.str1.4
71757 pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj)