Home
last modified time | relevance | path

Searched refs:unmap_base (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/src/thread/
D__unmapself.c7 static void *unmap_base; variable
13 __syscall(SYS_munmap, unmap_base, unmap_size); in do_unmap()
21 unmap_base = base; in __unmapself()