Searched refs:thread_fn (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/osi/include/ |
H A D | thread.h | 29 typedef void (*thread_fn)(void* context); typedef 56 bool thread_post(thread_t* thread, thread_fn func, void* context);
|
/aosp12/system/bt/osi/src/ |
H A D | thread.cc | 58 thread_fn func; 126 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 328 …ASSERT_EQ(0, pthread_create(&t, nullptr, TestBug37410::thread_fn, reinterpret_cast<void*>(&data))); in main() 339 static void* thread_fn(void* arg) { in thread_fn() function 2178 static void thread_fn(MutexWakeupHelper* helper) { in thread_fn() function in MutexWakeupHelper 2201 reinterpret_cast<void* (*)(void*)>(MutexWakeupHelper::thread_fn), this)); in test() 2263 static void thread_fn(PIMutexWakeupHelper* helper) { in thread_fn() function in PIMutexWakeupHelper 2299 reinterpret_cast<void* (*)(void*)>(PIMutexWakeupHelper::thread_fn), this)); in test()
|
/aosp12/system/bt/test/stub/ |
H A D | osi.cc | 253 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()
|