Hi Jakob, Thanks for the response. I've tried using the v8::internal::Thread class, but I get "undefined symbol: _ZTIN2v88internal6ThreadE" errors in the resulting build.
I decided to use std::thread for my project, but I'm still curious if there is a way to make use of these internal classes? Simon On Monday, April 8, 2013 10:24:49 AM UTC+1, Jakob Kummerow wrote: > > On Fri, Apr 5, 2013 at 12:52 AM, SiBest <[email protected]<javascript:> > > wrote: > >> I've seen that there are platform-specific classes available in the V8 >> code base. These are in files platform-linux.cc, platform-macos.cc, etc. >> and are used in some tests, for example see >> http://v8.googlecode.com/svn/trunk/test/cctest/test-threads.cc >> >> I'm particularly interested in the v8::internal::Thread class and >> associated functionality. >> >> These do not seem to be part of the standard libv8 library, >> > > What makes you think that? Of course they're part of the library. > However, as the namespace "v8::internal" indicates, they're internal to > V8, and not exposed via the API. > > >> so what is the best way to link these into a project? Is there a build >> flag or similar? >> >> Thanks, >> Simon >> >> -- >> -- >> v8-users mailing list >> [email protected] <javascript:> >> http://groups.google.com/group/v8-users >> --- >> You received this message because you are subscribed to the Google Groups >> "v8-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
