HomeSort by relevance Sort by last modified time
    Searched refs:condition (Results 326 - 350 of 1405) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-posix.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-default.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr-default.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-default.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-default.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 629 /* Backend condition mutex functions */
631 /* Allocate a condition. */
633 __gthread_objc_condition_allocate (objc_condition_t condition)
637 condition->backend = objc_malloc (sizeof (pthread_cond_t));
639 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
641 objc_free (condition->backend);
642 condition->backend = NULL;
650 /* Deallocate a condition. */
652 __gthread_objc_condition_deallocate (objc_condition_t condition)
656 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 603 /* Backend condition mutex functions */
605 /* Allocate a condition. */
607 __gthread_objc_condition_allocate (objc_condition_t condition)
611 condition->backend = objc_malloc (sizeof (pthread_cond_t));
613 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
615 objc_free (condition->backend);
616 condition->backend = NULL;
624 /* Deallocate a condition. */
626 __gthread_objc_condition_deallocate (objc_condition_t condition)
630 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 603 /* Backend condition mutex functions */
605 /* Allocate a condition. */
607 __gthread_objc_condition_allocate (objc_condition_t condition)
611 condition->backend = objc_malloc (sizeof (pthread_cond_t));
613 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
615 objc_free (condition->backend);
616 condition->backend = NULL;
624 /* Deallocate a condition. */
626 __gthread_objc_condition_deallocate (objc_condition_t condition)
630 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 603 /* Backend condition mutex functions */
605 /* Allocate a condition. */
607 __gthread_objc_condition_allocate (objc_condition_t condition)
611 condition->backend = objc_malloc (sizeof (pthread_cond_t));
613 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
615 objc_free (condition->backend);
616 condition->backend = NULL;
624 /* Deallocate a condition. */
626 __gthread_objc_condition_deallocate (objc_condition_t condition)
630 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 603 /* Backend condition mutex functions */
605 /* Allocate a condition. */
607 __gthread_objc_condition_allocate (objc_condition_t condition)
611 condition->backend = objc_malloc (sizeof (pthread_cond_t));
613 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
615 objc_free (condition->backend);
616 condition->backend = NULL;
624 /* Deallocate a condition. */
626 __gthread_objc_condition_deallocate (objc_condition_t condition)
630 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 603 /* Backend condition mutex functions */
605 /* Allocate a condition. */
607 __gthread_objc_condition_allocate (objc_condition_t condition)
611 condition->backend = objc_malloc (sizeof (pthread_cond_t));
613 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
615 objc_free (condition->backend);
616 condition->backend = NULL;
624 /* Deallocate a condition. */
626 __gthread_objc_condition_deallocate (objc_condition_t condition)
630 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 603 /* Backend condition mutex functions */
605 /* Allocate a condition. */
607 __gthread_objc_condition_allocate (objc_condition_t condition)
611 condition->backend = objc_malloc (sizeof (pthread_cond_t));
613 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
615 objc_free (condition->backend);
616 condition->backend = NULL;
624 /* Deallocate a condition. */
626 __gthread_objc_condition_deallocate (objc_condition_t condition)
630 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 603 /* Backend condition mutex functions */
605 /* Allocate a condition. */
607 __gthread_objc_condition_allocate (objc_condition_t condition)
611 condition->backend = objc_malloc (sizeof (pthread_cond_t));
613 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
615 objc_free (condition->backend);
616 condition->backend = NULL;
624 /* Deallocate a condition. */
626 __gthread_objc_condition_deallocate (objc_condition_t condition)
630 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 603 /* Backend condition mutex functions */
605 /* Allocate a condition. */
607 __gthread_objc_condition_allocate (objc_condition_t condition)
611 condition->backend = objc_malloc (sizeof (pthread_cond_t));
613 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
615 objc_free (condition->backend);
616 condition->backend = NULL;
624 /* Deallocate a condition. */
626 __gthread_objc_condition_deallocate (objc_condition_t condition)
630 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h 621 /* Backend condition mutex functions */
623 /* Allocate a condition. */
625 __gthread_objc_condition_allocate (objc_condition_t condition)
629 condition->backend = objc_malloc (sizeof (pthread_cond_t));
631 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
633 objc_free (condition->backend);
634 condition->backend = NULL;
642 /* Deallocate a condition. */
644 __gthread_objc_condition_deallocate (objc_condition_t condition)
648 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 621 /* Backend condition mutex functions */
623 /* Allocate a condition. */
625 __gthread_objc_condition_allocate (objc_condition_t condition)
629 condition->backend = objc_malloc (sizeof (pthread_cond_t));
631 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
633 objc_free (condition->backend);
634 condition->backend = NULL;
642 /* Deallocate a condition. */
644 __gthread_objc_condition_deallocate (objc_condition_t condition)
648 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h 621 /* Backend condition mutex functions */
623 /* Allocate a condition. */
625 __gthread_objc_condition_allocate (objc_condition_t condition)
629 condition->backend = objc_malloc (sizeof (pthread_cond_t));
631 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
633 objc_free (condition->backend);
634 condition->backend = NULL;
642 /* Deallocate a condition. */
644 __gthread_objc_condition_deallocate (objc_condition_t condition)
648 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 621 /* Backend condition mutex functions */
623 /* Allocate a condition. */
625 __gthread_objc_condition_allocate (objc_condition_t condition)
629 condition->backend = objc_malloc (sizeof (pthread_cond_t));
631 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
633 objc_free (condition->backend);
634 condition->backend = NULL;
642 /* Deallocate a condition. */
644 __gthread_objc_condition_deallocate (objc_condition_t condition)
648 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-default.h 621 /* Backend condition mutex functions */
623 /* Allocate a condition. */
625 __gthread_objc_condition_allocate (objc_condition_t condition)
629 condition->backend = objc_malloc (sizeof (pthread_cond_t));
631 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
633 objc_free (condition->backend);
634 condition->backend = NULL;
642 /* Deallocate a condition. */
644 __gthread_objc_condition_deallocate (objc_condition_t condition)
648 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 621 /* Backend condition mutex functions */
623 /* Allocate a condition. */
625 __gthread_objc_condition_allocate (objc_condition_t condition)
629 condition->backend = objc_malloc (sizeof (pthread_cond_t));
631 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
633 objc_free (condition->backend);
634 condition->backend = NULL;
642 /* Deallocate a condition. */
644 __gthread_objc_condition_deallocate (objc_condition_t condition)
648 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]

Completed in 1043 milliseconds

<<11121314151617181920>>