Searched refs:lock_function (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/bionic/tests/ |
H A D | pthread_test.cpp | 957 std::function<int (pthread_rwlock_t*)> lock_function; member 968 ASSERT_EQ(0, arg->lock_function(&arg->lock)); in pthread_rwlock_wakeup_helper() 975 …id test_pthread_rwlock_reader_wakeup_writer(std::function<int (pthread_rwlock_t*)> lock_function) { in test_pthread_rwlock_reader_wakeup_writer() argument 982 wakeup_arg.lock_function = lock_function; in test_pthread_rwlock_reader_wakeup_writer() 1042 …id test_pthread_rwlock_writer_wakeup_reader(std::function<int (pthread_rwlock_t*)> lock_function) { in test_pthread_rwlock_writer_wakeup_reader() argument 1049 wakeup_arg.lock_function = lock_function; in test_pthread_rwlock_writer_wakeup_reader() 1134 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedrdlock_timeout_helper() 1141 wakeup_arg.timed_lock_function = lock_function; in pthread_rwlock_timedrdlock_timeout_helper() 1202 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedwrlock_timeout_helper() 1209 wakeup_arg.timed_lock_function = lock_function; in pthread_rwlock_timedwrlock_timeout_helper() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | AttrParsedAttrKinds.inc | 1337 if (memcmp(Name.data()+2, "lock_function", 13) != 0) 3765 if (memcmp(Name.data()+9, "lock_function", 13) != 0)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | AttrParsedAttrKinds.inc | 1337 if (memcmp(Name.data()+2, "lock_function", 13) != 0) 3765 if (memcmp(Name.data()+9, "lock_function", 13) != 0)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | AttrParsedAttrKinds.inc | 1318 if (memcmp(Name.data()+2, "lock_function", 13) != 0) 3699 if (memcmp(Name.data()+9, "lock_function", 13) != 0)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | AttrParsedAttrKinds.inc | 1346 if (memcmp(Name.data()+2, "lock_function", 13) != 0) 3782 if (memcmp(Name.data()+9, "lock_function", 13) != 0)
|