()
| 1732 | } |
| 1733 | |
| 1734 | function _pthread_cleanup_pop() { |
| 1735 | assert(_pthread_cleanup_push.level == __ATEXIT__.length, 'cannot pop if something else added meanwhile!'); |
| 1736 | __ATEXIT__.pop(); |
| 1737 | _pthread_cleanup_push.level = __ATEXIT__.length; |
| 1738 | } |
| 1739 | |
| 1740 | function _abort() { |
| 1741 | Module['abort'](); |
no test coverage detected