-
- Downloads
Merge pull request #821 from Kijewski/pthrad_cleanup
posix: Add pthread_cleanup handlers
No related branches found
No related tags found
Showing
- sys/posix/pthread/include/pthread.h 2 additions, 0 deletionssys/posix/pthread/include/pthread.h
- sys/posix/pthread/include/pthread_cleanup.h 69 additions, 0 deletionssys/posix/pthread/include/pthread_cleanup.h
- sys/posix/pthread/pthread.c 30 additions, 0 deletionssys/posix/pthread/pthread.c
- tests/test_pthread_cleanup/Makefile 6 additions, 0 deletionstests/test_pthread_cleanup/Makefile
- tests/test_pthread_cleanup/main.c 75 additions, 0 deletionstests/test_pthread_cleanup/main.c
- tests/test_pthread_cleanup/tests/01-test 87 additions, 0 deletionstests/test_pthread_cleanup/tests/01-test
sys/posix/pthread/include/pthread_cleanup.h
0 → 100644
tests/test_pthread_cleanup/Makefile
0 → 100644
tests/test_pthread_cleanup/main.c
0 → 100644
tests/test_pthread_cleanup/tests/01-test
0 → 100755
Please register or sign in to comment