HomeSort by relevance Sort by last modified time
    Searched defs:thread_function (Results 1 - 5 of 5) 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 128 const auto thread_function = +[](void* ptr) -> void* { local
139 ASSERT_EQ(0, pthread_create(&thread, nullptr, thread_function, td));
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 81 void *thread_function(void *data) { function in namespace:__anon19572
305 thread_function, &thread_data[i]) != 0) {

Completed in 104 milliseconds