Searched refs:CALLING_CLIENT (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFStream.c63 CALLING_CLIENT = 6, // MUST remain 6 since it's value is used elsewhere. enumerator in enum:__anon514
75 /* CALLING_CLIENT really determines whether stream events will be sent to the client immediately, or posted for the next time through the runloop. Since the client may not be prepared for re-entrancy, we must always set/clear this bit around public entry points. -- REW, 9/5/2001
76 Also, CALLING_CLIENT is now used from CFFilteredStream.c (which has a copy of the #define above). Really gross. We should find a way to avoid that.... -- REW, 3/27/2002 */
269 __CFBitSet(stream->flags, CALLING_CLIENT);
277 __CFBitClear(stream->flags, CALLING_CLIENT);
583 __CFBitSet(stream->flags, CALLING_CLIENT);
621 __CFBitClear(stream->flags, CALLING_CLIENT);
847 if (synchronousAllowed && !__CFBitIsSet(stream->flags, CALLING_CLIENT)) {
879 __CFBitSet(stream->flags, CALLING_CLIENT);
906 __CFBitClear(stream->flags, CALLING_CLIENT);
[all...]

Completed in 235 milliseconds