Searched refs:scf_error_key (Results 1 – 1 of 1) sorted by relevance
87 static pthread_key_t scf_error_key = PTHREAD_ONCE_KEY_NP; variable92 return (pthread_key_create_once_np(&scf_error_key, NULL) == 0); in scf_setup_error()105 static pthread_key_t scf_error_key = 0; variable116 if (pthread_key_create(&scf_error_key, NULL) == 0) in scf_setup_error()133 (void) pthread_setspecific(scf_error_key, (void *)code); in scf_set_error()144 ret = (scf_error_t)pthread_getspecific(scf_error_key); in scf_error()