HomeSort by relevance Sort by last modified time
    Searched defs:thread_fn (Results 1 - 11 of 11) 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();
  /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]);
  /bionic/tests/
pthread_test.cpp 320 ASSERT_EQ(0, pthread_create(&t, NULL, TestBug37410::thread_fn, reinterpret_cast<void*>(&data)));
331 static void* thread_fn(void* arg) { function in struct:TestBug37410
1687 static void thread_fn(MutexWakeupHelper* helper) { function in class:MutexWakeupHelper
    [all...]

Completed in 494 milliseconds