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

  /system/bt/osi/include/
thread.h 28 typedef void (*thread_fn)(void *context); typedef
54 bool thread_post(thread_t *thread, thread_fn func, void *context);
  /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 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
1419 static void thread_fn(MutexWakeupHelper* helper) { function in class:MutexWakeupHelper
    [all...]

Completed in 150 milliseconds