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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 103 static int (*__real_pthread_mutex_unlock) (pthread_mutex_t *mutex) = NULL; variable
427 __real_pthread_mutex_unlock = ptr;
429 __real_pthread_mutex_unlock = ptr;
431 __real_pthread_mutex_unlock = ptr;
433 __real_pthread_mutex_unlock = dlsym (dlflag, "pthread_mutex_unlock");
434 if (__real_pthread_mutex_unlock == NULL)
synctrace.c 103 static int (*__real_pthread_mutex_unlock) (pthread_mutex_t *mutex) = NULL; variable
427 __real_pthread_mutex_unlock = ptr;
429 __real_pthread_mutex_unlock = ptr;
431 __real_pthread_mutex_unlock = ptr;
433 __real_pthread_mutex_unlock = dlsym (dlflag, "pthread_mutex_unlock");
434 if (__real_pthread_mutex_unlock == NULL)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 103 static int (*__real_pthread_mutex_unlock) (pthread_mutex_t *mutex) = NULL; variable
427 __real_pthread_mutex_unlock = ptr;
429 __real_pthread_mutex_unlock = ptr;
431 __real_pthread_mutex_unlock = ptr;
433 __real_pthread_mutex_unlock = dlsym (dlflag, "pthread_mutex_unlock");
434 if (__real_pthread_mutex_unlock == NULL)
synctrace.c 103 static int (*__real_pthread_mutex_unlock) (pthread_mutex_t *mutex) = NULL; variable
427 __real_pthread_mutex_unlock = ptr;
429 __real_pthread_mutex_unlock = ptr;
431 __real_pthread_mutex_unlock = ptr;
433 __real_pthread_mutex_unlock = dlsym (dlflag, "pthread_mutex_unlock");
434 if (__real_pthread_mutex_unlock == NULL)

Completed in 70 milliseconds