Searched defs:asynchronous (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/
H A Dlocks.c178 unsigned asynchronous = attributes; local
187 asynchronous &= ~(*handler)(thiz);
193 if (asynchronous) {
195 thiz->mAttributesMask = oldAttributesMask | asynchronous;
197 asynchronous = ATTR_NONE;
256 if (ATTR_NONE != asynchronous) {

Completed in 90 milliseconds