HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 201 - 225 of 2151) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/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/r10/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/r10/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/r10/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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
gthr-posix.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
gthr-posix.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
gthr-posix.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
gthr-posix.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
gthr-posix.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
gthr-posix.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
gthr-posix.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
gthr-posix.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/
gthr-default.h 324 /* Backend initialization functions */
360 /* Backend thread functions */
499 /* Backend mutex functions */
507 mutex->backend = objc_malloc (sizeof (pthread_mutex_t));
509 if (__gthrw_(pthread_mutex_init) ((pthread_mutex_t *) mutex->backend, NULL))
511 objc_free (mutex->backend);
512 mutex->backend = NULL;
535 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend);
541 if (__gthrw_(pthread_mutex_destroy) ((pthread_mutex_t *) mutex->backend))
544 objc_free (mutex->backend);
    [all...]

Completed in 1450 milliseconds

1 2 3 4 5 6 7 891011>>