HomeSort by relevance Sort by last modified time
    Searched refs:PTHREAD_MUTEX_INITIALIZER (Results 26 - 50 of 224) sorted by null

12 3 4 5 6 7 8 9

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 33 static pthread_mutex_t m_trace = PTHREAD_MUTEX_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 33 static pthread_mutex_t m_trace = PTHREAD_MUTEX_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.c 33 static pthread_mutex_t m_trace = PTHREAD_MUTEX_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.c 33 static pthread_mutex_t m_trace = PTHREAD_MUTEX_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.c 33 static pthread_mutex_t m_trace = PTHREAD_MUTEX_INITIALIZER;
  /external/oj-libjdwp/src/solaris/back/
proc_md.h 35 #define MUTEX_INIT PTHREAD_MUTEX_INITIALIZER
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
2-1-buildonly.c 53 #ifndef PTHREAD_MUTEX_INITIALIZER
  /bionic/libc/private/
bionic_globals.h 84 pthread_mutex_t abort_msg_lock = PTHREAD_MUTEX_INITIALIZER;
  /external/libusb/libusb/os/
threads_posix.h 30 #define USBI_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
1-1.c 19 pthread_mutex_t mutex3 = PTHREAD_MUTEX_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
4-1.c 34 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; /* The mutex */
5-1.c 42 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; /* The mutex */
5-2.c 42 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; /* The mutex */
5-3.c 38 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; /* The mutex */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
1-1.c 40 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; /* Mutex */
2-1.c 39 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; /* Mutex */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.c 35 static pthread_mutex_t m_trace = PTHREAD_MUTEX_INITIALIZER;
  /external/mesa3d/src/util/
u_atomic.c 35 static pthread_mutex_t sync_mutex = PTHREAD_MUTEX_INITIALIZER;
  /external/jemalloc/include/jemalloc/internal/
mutex.h 15 {PTHREAD_MUTEX_INITIALIZER, NULL, WITNESS_INITIALIZER(WITNESS_RANK_OMIT)}
26 {PTHREAD_MUTEX_INITIALIZER, WITNESS_INITIALIZER(WITNESS_RANK_OMIT)}
  /external/linux-kselftest/tools/testing/selftests/timers/
threadtest.c 27 pthread_mutex_t list_lock = PTHREAD_MUTEX_INITIALIZER;
29 pthread_mutex_t print_lock = PTHREAD_MUTEX_INITIALIZER;
  /bionic/linker/
linker_gdb_support.cpp 43 static pthread_mutex_t g__r_debug_mutex = PTHREAD_MUTEX_INITIALIZER;
  /device/google/cuttlefish_common/guest/hals/power/
power.c 103 VSOC_STATIC_INITIALIZER(lock) PTHREAD_MUTEX_INITIALIZER,
  /external/ImageMagick/MagickCore/
semaphore-private.h 36 semaphore_mutex = PTHREAD_MUTEX_INITIALIZER;
  /external/compiler-rt/test/asan/TestCases/Posix/
halt_on_error-signals.c 46 pthread_mutex_t keep_alive_mu = PTHREAD_MUTEX_INITIALIZER;
  /external/compiler-rt/test/lsan/TestCases/
guard-page.c 12 pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;

Completed in 548 milliseconds

12 3 4 5 6 7 8 9