Searched defs:_wait_for (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_linux.h | 186 * The actual code for _wait_for() causes Solaris lint2 to fail, though 189 * we create a special lint version for _wait_for(). 191 #define _wait_for(COND, MS, W) (! (COND)) macro 193 #define _wait_for(COND, MS, W) ({ \ macro 207 #define wait_for(COND, MS) _wait_for(COND, MS, 1) 208 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0)
|
Completed in 59 milliseconds