[][src]Constant ulock_sys::ULF_WAIT_WORKQ_DATA_CONTENTION

pub const ULF_WAIT_WORKQ_DATA_CONTENTION: u32 = 0x00010000;

Flag for __ulock_wait (these are in bits 16-24).

The waiter is contending on this lock for synchronization around global data. This causes the workqueue subsystem to not create new threads to offset for waiters on this lock.