MCPcopy
hub / github.com/jvilk/BrowserFS / _pthread_cleanup_pop

Function _pthread_cleanup_pop

test/tests/emscripten/nop.js:1734–1738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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']();

Callers 1

___stdio_writeFunction · 0.70

Calls 1

assertFunction · 0.70

Tested by

no test coverage detected