Searched refs:fork_handler_counter (Results 1 – 2 of 2) sorted by relevance
31 static uint64_t fork_handler_counter; variable41 if (fork_handler_counter == 0) in __register_atfork()55 if (INT_ADD_OVERFLOW (fork_handler_counter, 1)) in __register_atfork()57 newp->id = ++fork_handler_counter; in __register_atfork()126 lastrun = fork_handler_counter; in __run_prefork_handlers()
3899 (fork_handler_counter): New.