LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
condvar.h
Go to the documentation of this file.
1#ifndef _CONDVAR_H_INCLUDED
2#define _CONDVAR_H_INCLUDED
3
4#include <stdint.h>
5
7
8void init_condvar(void);
9
10#endif
unsigned long uint64_t
Definition arch.h:14
uint64_t condvar_t
Definition condvar.h:6
void init_condvar(void)
Definition condvar.c:16