HomeSort by relevance Sort by last modified time
    Searched refs:mta (Results 26 - 47 of 47) sorted by null

12

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
3-1.c 27 pthread_mutexattr_t mta; local
33 if (pthread_mutexattr_init(&mta) != 0) {
44 ret = pthread_mutexattr_setprotocol(&mta, protocol);
1-1.c 27 pthread_mutexattr_t mta; local
31 if (pthread_mutexattr_init(&mta) != 0) {
42 if (pthread_mutexattr_setprotocol(&mta, protcls[i]) != 0) {
48 if (pthread_mutexattr_getprotocol(&mta, &protocol) != 0) {
3-2.c 26 pthread_mutexattr_t mta; local
30 ret = pthread_mutexattr_setprotocol(&mta, PTHREAD_PRIO_NONE);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
7-1.c 32 pthread_mutexattr_t mta; local
37 if (pthread_mutexattr_init(&mta) != 0) {
49 ret = pthread_mutexattr_settype(&mta, invalid_type);
2-1.c 45 pthread_mutexattr_t mta; local
49 if (pthread_mutexattr_init(&mta) != 0) {
55 if (pthread_mutexattr_settype(&mta, PTHREAD_MUTEX_NORMAL) != 0) {
61 if (pthread_mutex_init(&mutex, &mta) != 0) {
3-2.c 36 pthread_mutexattr_t mta; variable
51 if (pthread_mutexattr_init(&mta) != 0) {
57 if (pthread_mutexattr_settype(&mta, PTHREAD_MUTEX_ERRORCHECK) != 0) {
63 if (pthread_mutex_init(&mutex, &mta) != 0) {
93 if (pthread_mutexattr_destroy(&mta)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprioceiling/
1-2.c 35 pthread_mutexattr_t mta; local
39 if (pthread_mutexattr_init(&mta) != 0) {
51 if (pthread_mutexattr_setprioceiling(&mta, i)) {
57 if (pthread_mutexattr_getprioceiling(&mta, &prioceiling) != 0) {
3-1.c 33 pthread_mutexattr_t mta; local
36 if ((ret = pthread_mutexattr_getprioceiling(&mta, &prioceiling)) == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
1-2.c 23 pthread_mutexattr_t mta; local
27 if (pthread_mutexattr_init(&mta) != 0) {
38 if (pthread_mutexattr_setprotocol(&mta, protcls[i])) {
44 if (pthread_mutexattr_getprotocol(&mta, &protocol) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_destroy/
4-1.c 25 pthread_mutexattr_t *mta = NULL; local
30 if ((rc = pthread_mutexattr_destroy(mta)) == EINVAL) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/
3-1.c 24 pthread_mutexattr_t mta; local
28 if ((rc = pthread_mutexattr_init(&mta)) == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprioceiling/
3-1.c 36 pthread_mutexattr_t mta; local
42 if ((ret = pthread_mutexattr_setprioceiling(&mta, prioceiling)) == 0) {
3-2.c 36 pthread_mutexattr_t mta; local
44 if ((ret = pthread_mutexattr_setprioceiling(&mta, prioceiling)) == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/
3-1.c 36 pthread_mutexattr_t mta;
40 ret = pthread_mutexattr_setpshared(&mta, PTHREAD_PROCESS_PRIVATE);
3-2.c 39 pthread_mutexattr_t mta;
43 ret = pthread_mutexattr_setpshared(&mta, INVALID_PSHARED_VALUE);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
4-1.c 20 pthread_mutexattr_t mta; local
25 if ((rc = pthread_mutexattr_init(&mta)) != 0) {
32 if ((rc = pthread_mutex_init(&mutex, &mta)) == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
1-1.c 23 pthread_mutexattr_t mta; local
27 if ((rc = pthread_mutexattr_init(&mta)) != 0) {
34 if ((rc = pthread_mutex_init(&mutex1, &mta)) != 0) {
46 if ((rc = pthread_mutexattr_destroy(&mta)) != 0) {
  /external/libchrome/base/synchronization/
lock_impl_posix.cc 31 pthread_mutexattr_t mta; local
32 int rv = pthread_mutexattr_init(&mta);
36 rv = pthread_mutexattr_setprotocol(&mta, PTHREAD_PRIO_INHERIT);
42 rv = pthread_mutexattr_settype(&mta, PTHREAD_MUTEX_ERRORCHECK);
45 rv = pthread_mutex_init(&native_handle_, &mta);
47 rv = pthread_mutexattr_destroy(&mta);
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h 46 // Utility class which initializes COM in the constructor (STA or MTA),
50 // Enum value provided to initialize the thread as an MTA instead of STA.
58 // Constructor for MTA initialization.
59 explicit ScopedCOMInitializer(SelectMTA mta) {
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 5975 uint32_t mta; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 306 milliseconds

12