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

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomfork.c123 INTERNAL volatile atfork_handler_ptr_t atfork_handler_ptr = NULL; variable
171 (*atfork_handler_ptr)(RPC_C_PREFORK);
203 (*atfork_handler_ptr)(RPC_C_POSTFORK_CHILD);
237 (*atfork_handler_ptr)(RPC_C_POSTFORK_PARENT);
260 if (atfork_handler_ptr != NULL)
267 atfork_handler_ptr = (atfork_handler_ptr_t) handler;
H A Dcomfork_cma.c113 INTERNAL atfork_handler_ptr_t atfork_handler_ptr = NULL; variable
160 (*atfork_handler_ptr)(RPC_C_PREFORK);
192 (*atfork_handler_ptr)(RPC_C_POSTFORK_CHILD);
224 (*atfork_handler_ptr)(RPC_C_POSTFORK_PARENT);
245 if (atfork_handler_ptr != NULL)
252 atfork_handler_ptr = (atfork_handler_ptr_t) handler;

Completed in 67 milliseconds