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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp968 typedef void (*objc_registerThreadWithCollector_t)(); typedef
969 extern "C" objc_registerThreadWithCollector_t objc_registerThreadWithCollectorFunction;
970 objc_registerThreadWithCollector_t objc_registerThreadWithCollectorFunction = NULL;
4845 objc_registerThreadWithCollectorFunction = (objc_registerThreadWithCollector_t) dlsym(handleLibObjc, OBJC_GCREGISTER);

Completed in 2052 milliseconds