HelenOS sources

__futex_give_to    76 uspace/lib/c/generic/private/futex.h void __futex_give_to(futex_t *, void *, const char *);
__futex_give_to    82 uspace/lib/c/generic/private/futex.h #define futex_give_to(futex, new_owner) __futex_give_to((futex), (new_owner), #futex)
HelenOS homepage, sources at GitHub