Searched refs:pthread_join (Results 1 – 19 of 19) sorted by relevance
/hal_espressif-3.6.0/components/pthread/test/ |
D | test_pthread_rwlock.c | 183 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);
|
D | test_pthread_local_storage.c | 71 TEST_ASSERT_EQUAL(0, pthread_join(thread, NULL)); 162 TEST_ASSERT_EQUAL(0, pthread_join(threads[i], NULL)); 197 r = pthread_join(thread, NULL);
|
D | test_pthread.c | 40 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()
|
D | test_pthread_cond_var.c | 107 r = pthread_join(signal[i].thread, NULL); 109 pthread_join(wait[i].thread, NULL);
|
/hal_espressif-3.6.0/examples/system/pthread/main/ |
D | pthread_example.c | 38 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/ |
D | test_stdatomic.c | 101 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/ |
D | freertos_linux.c | 98 pthread_join((pthread_t)task, &thread_rval); in vTaskDelete()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | pthread.rst | 38 …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/ |
D | pthread.c | 314 int pthread_join(pthread_t thread, void **retval) in pthread_join() function
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app_esp32s2.map | 491 .literal.pthread_join 555 .text.pthread_join 15107 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app2.map | 508 .literal.pthread_join 572 .text.pthread_join 17123 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app_esp32s3.map | 559 .literal.pthread_join 623 .text.pthread_join 19685 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app_esp32c3.map | 533 .text.pthread_join 16117 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app_esp32h2.map | 525 .text.pthread_join 14398 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | app.map | 1752 .literal.pthread_join 1789 .text.pthread_join
|
D | overflow.map | 1364 .literal.pthread_join 1428 .text.pthread_join 75152 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | overflow_esp32s2.map | 1396 .literal.pthread_join 1445 .text.pthread_join 76295 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | overflow_esp32s3.map | 1543 .literal.pthread_join 1607 .text.pthread_join 92213 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|
D | overflow_esp32c3.map | 1619 .text.pthread_join 71770 pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj)
|