HomeSort by relevance Sort by last modified time
    Searched full:threadfunc (Results 26 - 50 of 64) sorted by null

12 3

  /external/libdrm/tests/exynos/
exynos_fimg2d_event.c 69 static void* threadfunc(void *arg) { function
304 pthread_create(&event_thread, NULL, threadfunc, &event_data);
  /external/lzma/C/
MtCoder.c 226 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE ThreadFunc(void *pp)
292 lt->func = ThreadFunc;
  /external/gemmlowp/internal/
multi_thread_gemm.h 243 pthread_create(&thread_, nullptr, ThreadFunc, this);
284 void ThreadFunc() {
285 ScopedProfilingLabel label("Worker::ThreadFunc");
315 static void* ThreadFunc(void* arg) {
316 static_cast<Worker*>(arg)->ThreadFunc();
  /frameworks/av/media/libstagefright/
AACWriter.cpp 188 return (void *)(uintptr_t)static_cast<AACWriter *>(me)->threadFunc();
286 status_t AACWriter::threadFunc() {
  /prebuilts/go/darwin-x86/src/runtime/race/
output_test.go 231 static inline void *threadFunc(void *p) {
237 pthread_create(&th, 0, threadFunc, 0);
  /prebuilts/go/linux-x86/src/runtime/race/
output_test.go 231 static inline void *threadFunc(void *p) {
237 pthread_create(&th, 0, threadFunc, 0);
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h 202 static bool ThreadFunc(void*);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MPEG4Writer.h 217 void threadFunc();
  /external/python/cpython2/Lib/test/
test_xmlrpc.py 458 threadFunc = staticmethod(http_server)
467 threading.Thread(target=self.threadFunc, args=serv_args).start()
667 def threadFunc(evt, numrequests, requestHandler=None, encoding=None):
687 threadFunc = staticmethod(http_multi_server)
    [all...]
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 661 threadFunc = staticmethod(http_server)
670 threading.Thread(target=self.threadFunc, args=serv_args).start()
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 100 void* ThreadFunc(void* data) {
120 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xmlrpc.py 421 threadFunc = staticmethod(http_server)
430 threading.Thread(target=self.threadFunc, args=serv_args).start()
590 threadFunc = staticmethod(http_multi_server)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmlrpc.py 421 threadFunc = staticmethod(http_server)
430 threading.Thread(target=self.threadFunc, args=serv_args).start()
599 threadFunc = staticmethod(http_multi_server)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmlrpc.py 421 threadFunc = staticmethod(http_server)
430 threading.Thread(target=self.threadFunc, args=serv_args).start()
599 threadFunc = staticmethod(http_multi_server)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 421 threadFunc = staticmethod(http_server)
430 threading.Thread(target=self.threadFunc, args=serv_args).start()
599 threadFunc = staticmethod(http_multi_server)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 421 threadFunc = staticmethod(http_server)
430 threading.Thread(target=self.threadFunc, args=serv_args).start()
599 threadFunc = staticmethod(http_multi_server)
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 271 void* ThreadFunc(void* data) {
291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/googletest/googletest/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/v8/testing/gtest/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 902 // void ThreadFunc(int param) { /* Do things with param */ }
906 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 746 milliseconds

12 3