Searched refs:once_control (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_fd.c209 static dispatch_once_t once_control; local
210 dispatch_once_f(&once_control, NULL, asl_descriptor_init);
/macosx-10.10.1/libxml2-26/libxml2/
H A Dthreads.c148 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
665 pthread_once(&once_control, xmlOnceInit);
803 pthread_once(&once_control, xmlOnceInit);
929 once_control = once_control_init;
960 * pthread_once() in association with the once_control variable to ensure
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dthreads.c148 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
664 pthread_once(&once_control, xmlOnceInit);
802 pthread_once(&once_control, xmlOnceInit);
945 * pthread_once() in association with the once_control variable to ensure
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread.c1473 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) argument
1475 struct _pthread_once_context ctx = { once_control, init_routine };
1477 os_once(&once_control->once, &ctx, __pthread_once_handler);
1478 } while (once_control->sig == _PTHREAD_ONCE_SIG_init);

Completed in 191 milliseconds