emscripten/tests/pthread
Jukka Jylänki 685fad2501 Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
..
specific.c fix pthread_setspecific on values of null 2013-11-22 10:15:07 -08:00
specific.c.txt update test_pthread_specific output for musl printf 2015-05-24 11:42:42 -07:00
test_pthread_64bit_atomics.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_atomics.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_barrier.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_cancel.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_cleanup.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_condition_variable.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_create.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_create_pthread.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_file_io.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_gcc_64bit_atomic_fetch_and_op.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_gcc_64bit_atomic_op_and_fetch.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_gcc_atomic_fetch_and_op.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_gcc_atomic_op_and_fetch.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_gcc_atomics.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_gcc_spinlock.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_iostream.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_join.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_kill.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_malloc.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_malloc_free.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_mandelbrot.cpp Smooth outputted performance in Mandelbrot to give a more stable reading. 2015-06-01 15:11:03 +03:00
test_pthread_mandelbrot_shell.html Mandelbrot improvements. 2015-06-01 15:11:02 +03:00
test_pthread_mutex.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_nested_spawns.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_num_logical_cores.cpp Add a shallow test for emscripten_num_logical_cores(); functionality. 2015-06-01 15:11:44 +03:00
test_pthread_once.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_printf.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_setspecific_mainthread.cpp Add test for TLS operation in the main thread. 2015-06-01 15:10:30 +03:00
test_pthread_spawns.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_supported.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_thread_local_storage.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00
test_pthread_volatile.cpp Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719. 2015-09-20 21:34:23 +03:00