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

  /external/bluetooth/bluedroid/osi/include/
thread.h 24 typedef void (*thread_fn)(void *context); typedef
42 bool thread_post(thread_t *thread, thread_fn func, void *context);
  /bionic/tests/
pthread_test.cpp 246 ASSERT_EQ(0, pthread_create(&t, NULL, TestBug37410::thread_fn, reinterpret_cast<void*>(&data)));
257 static void* thread_fn(void* arg) { function in struct:TestBug37410

Completed in 52 milliseconds