summaryrefslogtreecommitdiffstats
path: root/misc/rendezvous.h
blob: ffcc89a22c11488d77e32d78a5fc96643b1ba26f (plain)
1
2
3
4
5
6
7
8
#ifndef MP_RENDEZVOUS_H_
#define MP_RENDEZVOUS_H_

#include <stdint.h>

intptr_t mp_rendezvous(void *tag, intptr_t value);

#endif