Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.6.0/components/pthread/test/
Dtest_pthread_rwlock.c183 TEST_ASSERT_EQUAL(pthread_join(writer_thread, NULL), 0);
184 TEST_ASSERT_EQUAL(pthread_join(reader_thread, NULL), 0);
214 TEST_ASSERT_EQUAL(pthread_join(writer_thread, NULL), 0);
216 TEST_ASSERT_EQUAL(pthread_join(reader_thread[i], NULL), 0);
263 TEST_ASSERT_EQUAL(pthread_join(writer_thread, NULL), 0);
264 TEST_ASSERT_EQUAL(pthread_join(writer_2_thread, NULL), 0);
294 TEST_ASSERT_EQUAL(pthread_join(writer_thread, NULL), 0);
296 TEST_ASSERT_EQUAL(pthread_join(writer_2_thread[i], NULL), 0);
Dtest_pthread_local_storage.c71 TEST_ASSERT_EQUAL(0, pthread_join(thread, NULL));
162 TEST_ASSERT_EQUAL(0, pthread_join(threads[i], NULL));
197 r = pthread_join(thread, NULL);
Dtest_pthread.c40 res = pthread_join(new_thread, &thread_rval);
52 res = pthread_join(new_thread, &thread_rval);
214 pthread_join(new_thread, (void **) &thread_rval); in test_mutex_lock_unlock()
Dtest_pthread_cond_var.c107 r = pthread_join(signal[i].thread, NULL);
109 pthread_join(wait[i].thread, NULL);
/hal_espressif-3.6.0/examples/system/pthread/main/
Dpthread_example.c38 res = pthread_join(thread1, NULL); in app_main()
40 res = pthread_join(thread2, NULL); in app_main()
53 res = pthread_join(thread1, NULL); in app_main()
/hal_espressif-3.6.0/components/newlib/test_apps/main/
Dtest_stdatomic.c101 pthread_join(thread1, NULL); in TEST()
102 pthread_join(thread2, NULL); in TEST()
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c98 pthread_join((pthread_t)task, &thread_rval); in vTaskDelete()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpthread.rst38 …n returns. The default "joinable" type thread will be suspended until pthread_join() is called on …
39 * ``pthread_join()``
/hal_espressif-3.6.0/components/pthread/
Dpthread.c314 int pthread_join(pthread_t thread, void **retval) in pthread_join() function
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp_esp32s2.map491 .literal.pthread_join
555 .text.pthread_join
15107 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp2.map508 .literal.pthread_join
572 .text.pthread_join
17123 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp_esp32s3.map559 .literal.pthread_join
623 .text.pthread_join
19685 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp_esp32c3.map533 .text.pthread_join
16117 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp_esp32h2.map525 .text.pthread_join
14398 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
Dapp.map1752 .literal.pthread_join
1789 .text.pthread_join
Doverflow.map1364 .literal.pthread_join
1428 .text.pthread_join
75152 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
Doverflow_esp32s2.map1396 .literal.pthread_join
1445 .text.pthread_join
76295 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
Doverflow_esp32s3.map1543 .literal.pthread_join
1607 .text.pthread_join
92213 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
Doverflow_esp32c3.map1619 .text.pthread_join
71770 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)