HomeSort by relevance Sort by last modified time
    Searched full:threadproc (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tests/JankBench/app/src/main/jni/
WorkerPool.h 76 //static void * threadProc(void *);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspthrd.h 43 HRESULT ThreadProc();
  /external/linux-kselftest/tools/testing/selftests/x86/
sysret_ss_attrs.c 31 static void *threadproc(void *ctx) function
70 if (pthread_create(&thread, 0, threadproc, 0) != 0)
fsgsbase.c 268 static void *threadproc(void *ctx) function
397 if (pthread_create(&thread, 0, threadproc, 0) != 0)
ldt_gdt.c 435 static void *threadproc(void *ctx) function
559 if (pthread_create(&thread, 0, threadproc, 0) != 0)
  /frameworks/av/media/libaaudio/src/core/
AudioStream.cpp 316 aaudio_audio_thread_proc_t threadProc,
323 if (threadProc == nullptr) {
327 mThreadProc = threadProc;
AudioStream.h 142 aaudio_audio_thread_proc_t threadProc,
  /frameworks/rs/cpp/
RenderScript.cpp 175 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this);
204 void * RS::threadProc(void *vrsc) {
rsCppStructs.h 429 static void * threadProc(void *);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 552 ThreadProc (
817 ThreadProc, // thread function
  /frameworks/rs/
rsContext.h 346 static void * threadProc(void *);
rsContext.cpp 233 void * Context::threadProc(void *vrsc) {
528 threadProc(this);
535 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 432 milliseconds