Lines Matching defs:arg
39 void *arg;
88 static int init_thread_deregister(void *arg, int all);
90 static void init_thread_stop(void *arg, THREAD_EVENT_HANDLER **hands);
288 static void ossl_arg_thread_stop(void *arg)
290 ossl_ctx_thread_stop((OSSL_LIB_CTX *)arg);
309 static void init_thread_stop(void *arg, THREAD_EVENT_HANDLER **hands)
331 if (arg != NULL && curr->arg != arg) {
336 curr->handfn(curr->arg);
352 int ossl_init_thread_start(const void *index, void *arg,
358 OSSL_LIB_CTX *ctx = arg;
400 hand->arg = arg;