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