HomeSort by relevance Sort by last modified time
    Searched defs:thread_fn (Results 1 - 13 of 13) sorted by null

  /system/bt/osi/include/
thread.h 29 typedef void (*thread_fn)(void* context); typedef
56 bool thread_post(thread_t* thread, thread_fn func, void* context);
  /external/libcxxabi/test/
thread_local_destruction_order.pass.cpp 44 void thread_fn() { function
54 std::thread{thread_fn}.join();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
thread_local_destruction_order.pass.cpp 44 void thread_fn() { function
54 std::thread{thread_fn}.join();
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs05_make_tree.c 113 static void *thread_fn(LTP_ATTRIBUTE_UNUSED void *args) function
220 SAFE_PTHREAD_CREATE(id + i, NULL, thread_fn, NULL);
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-1.c 94 void *thread_fn(void *param) function
263 rc = pthread_create(&threads[i], &threadattr, thread_fn,
276 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]);
pitest-2.c 96 void *thread_fn(void *param) function
289 rc = pthread_create(&threads[i], &threadattr, thread_fn,
302 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[i]);
pitest-3.c 97 void *thread_fn(void *param) function
301 rc = pthread_create(&threads[i], &threadattr, thread_fn,
314 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[i]);
pitest-4.c 97 void *thread_fn(void *param) function
271 rc = pthread_create(&threads[i], &threadattr, thread_fn,
283 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]);
292 rc = pthread_create(&threadtl, &threadattr, thread_fn, &tp[0]);
pitest-5.c 95 void *thread_fn(void *param) function
285 rc = pthread_create(&threads[i], &threadattr, thread_fn,
298 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]);
pitest-6.c 93 void *thread_fn(void *param) function
262 rc = pthread_create(&threads[i], &threadattr, thread_fn,
275 rc = pthread_create(&threadtp, &threadattr, thread_fn, &tp[1]);
  /external/fio/t/
dedupe.c 311 static void *thread_fn(void *data) function
393 err = pthread_create(&threads[i].thread, NULL, thread_fn, &threads[i]);
  /external/pdfium/third_party/libopenjpeg20/
thread.c 219 opj_thread_fn thread_fn; member in struct:opj_thread_t
229 thread->thread_fn(thread->user_data);
254 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data)
258 assert(thread_fn);
264 thread->thread_fn = thread_fn;
384 opj_thread_fn thread_fn; member in struct:opj_thread_t
392 thread->thread_fn(thread->user_data);
396 opj_thread_t* opj_thread_create(opj_thread_fn thread_fn, void* user_data)
401 assert(thread_fn);
    [all...]
  /bionic/tests/
pthread_test.cpp 324 ASSERT_EQ(0, pthread_create(&t, NULL, TestBug37410::thread_fn, reinterpret_cast<void*>(&data)));
335 static void* thread_fn(void* arg) { function in struct:TestBug37410
1937 static void thread_fn(MutexWakeupHelper* helper) { function in class:MutexWakeupHelper
2022 static void thread_fn(PIMutexWakeupHelper* helper) { function in class:PIMutexWakeupHelper
    [all...]

Completed in 254 milliseconds