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

Function ngx_thread_tid

app/nginx-1.28.0/src/os/unix/ngx_thread_id.c:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 */
19
20ngx_tid_t
21ngx_thread_tid(void)
22{
23 return syscall(SYS_gettid);
24}
25
26#elif (NGX_FREEBSD) && (__FreeBSD_version >= 900031)
27

Callers

nothing calls this directly

Calls 1

syscallFunction · 0.50

Tested by

no test coverage detected