PatchworkOS
Loading...
Searching...
No Matches
futex.c File Reference
#include <stdio.h>
#include <sys/io.h>
#include "user/common/syscalls.h"

Go to the source code of this file.

Functions

uint64_t futex (atomic_uint64_t *addr, uint64_t val, futex_op_t op, clock_t timeout)
 System call for fast user space mutual exclusion.