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

  /src/external/bsd/jemalloc.old/dist/src/
mutex.c 22 bool isthreaded = false; variable
31 * We intercept pthread_create() calls in order to toggle isthreaded if the
mutex.c 22 bool isthreaded = false; variable
31 * We intercept pthread_create() calls in order to toggle isthreaded if the
  /src/external/bsd/jemalloc/dist/src/
mutex.c 22 bool isthreaded = false; variable
31 * We intercept pthread_create() calls in order to toggle isthreaded if the
mutex.c 22 bool isthreaded = false; variable
31 * We intercept pthread_create() calls in order to toggle isthreaded if the
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
mutex.h 133 extern bool isthreaded;
135 # undef isthreaded /* Undo private_namespace.h definition. */ macro
136 # define isthreaded true macro
176 if (isthreaded) {
215 if (isthreaded) {
229 if (isthreaded) {
mutex.h 133 extern bool isthreaded;
135 # undef isthreaded /* Undo private_namespace.h definition. */ macro
136 # define isthreaded true macro
176 if (isthreaded) {
215 if (isthreaded) {
229 if (isthreaded) {
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
mutex.h 133 extern bool isthreaded;
135 # undef isthreaded /* Undo private_namespace.h definition. */ macro
136 # define isthreaded true macro
176 if (isthreaded) {
215 if (isthreaded) {
229 if (isthreaded) {
mutex.h 133 extern bool isthreaded;
135 # undef isthreaded /* Undo private_namespace.h definition. */ macro
136 # define isthreaded true macro
176 if (isthreaded) {
215 if (isthreaded) {
229 if (isthreaded) {
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
mutex.h 173 extern bool isthreaded;
175 # undef isthreaded /* Undo private_namespace.h definition. */ macro
176 # define isthreaded true macro
227 if (isthreaded) {
266 if (isthreaded) {
279 if (isthreaded) {
289 if (isthreaded) {
mutex.h 173 extern bool isthreaded;
175 # undef isthreaded /* Undo private_namespace.h definition. */ macro
176 # define isthreaded true macro
227 if (isthreaded) {
266 if (isthreaded) {
279 if (isthreaded) {
289 if (isthreaded) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
mutex.h 173 extern bool isthreaded;
175 # undef isthreaded /* Undo private_namespace.h definition. */ macro
176 # define isthreaded true macro
227 if (isthreaded) {
266 if (isthreaded) {
279 if (isthreaded) {
289 if (isthreaded) {
mutex.h 173 extern bool isthreaded;
175 # undef isthreaded /* Undo private_namespace.h definition. */ macro
176 # define isthreaded true macro
227 if (isthreaded) {
266 if (isthreaded) {
279 if (isthreaded) {
289 if (isthreaded) {

Completed in 52 milliseconds