HomeSort by: relevance | last modified time | path
    Searched refs:pthread_mutexattr_gettype (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libpthread/
pthread.h 115 int pthread_mutexattr_gettype(const pthread_mutexattr_t * __restrict,
Makefile 224 MLINKS+= pthread_mutexattr.3 pthread_mutexattr_gettype.3
pthread_mutex.c 577 pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *typep) function in typeref:typename:int
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 93 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *)
1234 if (REAL(pthread_mutexattr_gettype)(a, &type) == 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 4612 COMMON_INTERCEPT_FUNCTION(pthread_mutexattr_gettype);

Completed in 20 milliseconds