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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/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/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
gthr-default.h 602 /* Backend condition mutex functions */
604 /* Allocate a condition. */
606 __gthread_objc_condition_allocate (objc_condition_t condition)
610 condition->backend = objc_malloc (sizeof (pthread_cond_t));
612 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
614 objc_free (condition->backend);
615 condition->backend = NULL;
623 /* Deallocate a condition. */
625 __gthread_objc_condition_deallocate (objc_condition_t condition)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 602 /* Backend condition mutex functions */
604 /* Allocate a condition. */
606 __gthread_objc_condition_allocate (objc_condition_t condition)
610 condition->backend = objc_malloc (sizeof (pthread_cond_t));
612 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
614 objc_free (condition->backend);
615 condition->backend = NULL;
623 /* Deallocate a condition. */
625 __gthread_objc_condition_deallocate (objc_condition_t condition)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr-default.h 602 /* Backend condition mutex functions */
604 /* Allocate a condition. */
606 __gthread_objc_condition_allocate (objc_condition_t condition)
610 condition->backend = objc_malloc (sizeof (pthread_cond_t));
612 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
614 objc_free (condition->backend);
615 condition->backend = NULL;
623 /* Deallocate a condition. */
625 __gthread_objc_condition_deallocate (objc_condition_t condition)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 602 /* Backend condition mutex functions */
604 /* Allocate a condition. */
606 __gthread_objc_condition_allocate (objc_condition_t condition)
610 condition->backend = objc_malloc (sizeof (pthread_cond_t));
612 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
614 objc_free (condition->backend);
615 condition->backend = NULL;
623 /* Deallocate a condition. */
625 __gthread_objc_condition_deallocate (objc_condition_t condition)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr-default.h 602 /* Backend condition mutex functions */
604 /* Allocate a condition. */
606 __gthread_objc_condition_allocate (objc_condition_t condition)
610 condition->backend = objc_malloc (sizeof (pthread_cond_t));
612 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
614 objc_free (condition->backend);
615 condition->backend = NULL;
623 /* Deallocate a condition. */
625 __gthread_objc_condition_deallocate (objc_condition_t condition)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
gthr-posix.h 602 /* Backend condition mutex functions */
604 /* Allocate a condition. */
606 __gthread_objc_condition_allocate (objc_condition_t condition)
610 condition->backend = objc_malloc (sizeof (pthread_cond_t));
612 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
614 objc_free (condition->backend);
615 condition->backend = NULL;
623 /* Deallocate a condition. */
625 __gthread_objc_condition_deallocate (objc_condition_t condition)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-default.h 602 /* Backend condition mutex functions */
604 /* Allocate a condition. */
606 __gthread_objc_condition_allocate (objc_condition_t condition)
610 condition->backend = objc_malloc (sizeof (pthread_cond_t));
612 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
614 objc_free (condition->backend);
615 condition->backend = NULL;
623 /* Deallocate a condition. */
625 __gthread_objc_condition_deallocate (objc_condition_t condition)
629 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)
    [all...]

Completed in 424 milliseconds

<<11121314151617181920>>