MCPcopy Create free account
hub / github.com/F-Stack/f-stack / setjmp

Function setjmp

freebsd/contrib/openzfs/module/lua/ldo.c:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101/* unsupported arches will build but not be able to run lua programs */
102#if JMP_BUF_CNT == 1
103int setjmp (label_t *buf) {
104 return 1;
105}
106
107void longjmp (label_t * buf) {
108 for (;;);

Callers 15

zfs_altivec_availableFunction · 0.85
x86emu_execFunction · 0.85
db_read_bytesFunction · 0.85
db_write_bytesFunction · 0.85
db_read_bytesFunction · 0.85
db_write_bytesFunction · 0.85
db_read_bytesFunction · 0.85
db_write_bytesFunction · 0.85
db_read_bytesFunction · 0.85
db_write_bytesFunction · 0.85
db_trapFunction · 0.85
db_trace_self_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected