HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 126 - 150 of 479) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
gthr-default.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
gthr-posix.h 337 /* Backend initialization functions */
373 /* Backend thread functions */
512 /* Backend mutex functions */
520 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
522 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
524 objc_free (mutex->backend);
525 mutex->backend = NULL;
548 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
554 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
557 objc_free (mutex->backend);
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.cc 27 SyncFileSystemBackend* backend = local
29 DCHECK(backend);
30 DCHECK(backend->change_tracker());
31 backend->change_tracker()->ResetForFileSystem(url.origin(), url.type());
  /external/chromium_org/third_party/skia/bench/
SKPBench.h 25 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
state.h 12 CloogBackend *backend; member in struct:cloogstate

Completed in 382 milliseconds

1 2 3 4 56 7 8 91011>>