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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
4-1-buildonly.c 16 void *thread_function(void *arg) function
25 pthread_create(&a_thread, NULL, thread_function, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
6-1.c 24 void *thread_function(void *arg) function
40 rc = pthread_create(&child_thread, NULL, thread_function, NULL);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper_unittest_helper.cc 58 void *thread_function(void *data) { function
90 pthread_create(&threads[i], &thread_attributes, &thread_function, &pipefd);
92 thread_function(&pipefd);
  /bionic/tests/
leak_test.cpp 139 const auto thread_function = +[](void* ptr) -> void* { local
146 ASSERT_EQ(0, pthread_create(&thread, nullptr, thread_function, &threads[i]));
  /system/core/init/
ueventd_test.cpp 171 auto thread_function = [&]() { local
193 [&]() { return std::thread(thread_function); });
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 81 void *thread_function(void *data) { function in namespace:__anon20790
305 thread_function, &thread_data[i]) != 0) {

Completed in 100 milliseconds