Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ mutex_settid
Function
mutex_settid
examples/stdlib.c:1489–1494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1487
}
1488
1489
static void mutex_settid(pid_t tid)
1490
{
1491
asm volatile (
1492
"mov %0,%%fs:0x2d0\n"
: :
"r"
(tid)
1493
);
1494
}
1495
1496
#else /* MUTEX_SAFE */
1497
Callers
1
fork
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected