PatchworkOS
Loading...
Searching...
No Matches
thrd_equal.c
Go to the documentation of this file.
1#include <stdatomic.h>
2#include <stdbool.h>
3#include <stdio.h>
4#include <sys/proc.h>
5#include <threads.h>
6
9
11{
12 return (lhs.id == rhs.id);
13}
tid_t id
Definition threads.h:38
int thrd_equal(thrd_t lhs, thrd_t rhs)
Definition thrd_equal.c:10