Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
int setjmp (label_t *buf) {
104
return 1;
105
}
106
107
void longjmp (label_t * buf) {
108
for (;;);
Callers
15
zfs_altivec_available
Function · 0.85
x86emu_exec
Function · 0.85
db_read_bytes
Function · 0.85
db_write_bytes
Function · 0.85
db_read_bytes
Function · 0.85
db_write_bytes
Function · 0.85
db_read_bytes
Function · 0.85
db_write_bytes
Function · 0.85
db_read_bytes
Function · 0.85
db_write_bytes
Function · 0.85
db_trap
Function · 0.85
db_trace_self_wrapper
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected