Searched refs:XPC_C_CONNECTEDCALLOUT (Results 1 – 2 of 2) sorted by relevance
703 if (!(ch->flags & XPC_C_CONNECTEDCALLOUT)) { in xpc_kthread_start()704 ch->flags |= XPC_C_CONNECTEDCALLOUT; in xpc_kthread_start()
377 #define XPC_C_CONNECTEDCALLOUT 0x00000100 /* connected callout initiated */ macro