Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ xo_open_log
Function
xo_open_log
tools/libxo/libxo/xo_syslog.c:385–391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
void
386
xo_open_log (const char *ident, int logstat, int logfac)
387
{
388
THREAD_LOCK();
389
xo_open_log_unlocked(ident, logstat, logfac);
390
THREAD_UNLOCK();
391
}
392
393
394
void
Callers
1
main
Function · 0.85
Calls
1
xo_open_log_unlocked
Function · 0.85
Tested by
1
main
Function · 0.68