Searched refs:LOCK_OWNER_UNKNOWN (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c139 * currently not owned by the kernel. LOCK_OWNER_UNKNOWN in case
144 #define LOCK_OWNER_UNKNOWN 0x1 macro
503 fl->fl_owner = LOCK_OWNER_UNKNOWN;
510 fl->fl_owner = LOCK_OWNER_UNKNOWN;
538 if (fl->fl_owner == LOCK_OWNER_UNKNOWN) {

Completed in 110 milliseconds