HelenOS sources

__futex_assert_is_not_locked   72 uspace/lib/c/generic/private/futex.h void __futex_assert_is_not_locked(futex_t *, const char *);
__futex_assert_is_not_locked   84 uspace/lib/c/generic/private/futex.h #define futex_assert_is_not_locked(futex) __futex_assert_is_not_locked((futex), #futex)
__futex_assert_is_not_locked   93 uspace/lib/c/generic/thread/futex.c 	__futex_assert_is_not_locked(futex, name);
HelenOS homepage, sources at GitHub