Searched refs:__krb5_current_pid (Results 1 – 3 of 3) sorted by relevance
70 pid_t __krb5_current_pid; /* fork safety: contains the current process ID */ variable217 ctx->pid = __krb5_current_pid; in krb5_reinit_ef_handle()258 __krb5_current_pid = getpid(); in krb5_pthread_atfork_child_handler()272 __krb5_current_pid = getpid(); in krb5_ld_init()323 ctx->pid == __krb5_current_pid) { in krb5_free_ef_handle()433 ctx->pid = __krb5_current_pid; in init_common()
126 (key->pid == __krb5_current_pid)) in init_key_uef()130 key->pid = __krb5_current_pid; in init_key_uef()
1602 extern pid_t __krb5_current_pid;1614 ((ctx)->pid == __krb5_current_pid) ? (ctx)->hSession : krb5_reinit_ef_handle((ctx))