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

/external/chromium_org/tools/cygprofile/
H A Dcygprofile.h39 // To make cygprofile truly work (i.e. without any deadlock) on Chrome
40 // platforms that use fork(), cygprofile.cc should be written in a way that
43 // means that cygprofile.cc should not perform any heap allocation (since heap
45 // - Only cygprofile.cc uses pthread_atfork() in the whole process. Unlike POSIX
47 // Calling pthread_atfork() in cygprofile.cc would override any handler that
52 // it's not instrumented with cygprofile, directly calls exec(). This is safe
55 // actually observed by trying to port the current version of cygprofile.cc to
61 namespace cygprofile { namespace
164 } // namespace cygprofile
H A Dcygprofile_unittest.cc5 #include "tools/cygprofile/cygprofile.h"
17 namespace cygprofile { namespace
95 } // namespace cygprofile
H A Dcygprofile.cc5 #include "tools/cygprofile/cygprofile.h"
31 namespace cygprofile { namespace
161 // (cygprofile.gyp provides that), the called routines are and thus will
373 } // namespace cygprofile

Completed in 69 milliseconds