HomeSort by: relevance | last modified time | path
    Searched defs:__collector_no_threads (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c 122 int __collector_no_threads; variable
527 * __collector_no_threads applies to all signal handlers,
530 __collector_no_threads = 0;
2418 (unsigned long) (__collector_no_threads ? 0 : __collector_thr_self ()));
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c 122 int __collector_no_threads; variable
527 * __collector_no_threads applies to all signal handlers,
530 __collector_no_threads = 0;
2418 (unsigned long) (__collector_no_threads ? 0 : __collector_thr_self ()));

Completed in 32 milliseconds