Searched refs:condition (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-9.3-release/contrib/gcc/
H A Dgthr-single.h172 /* Backend condition mutex functions */
174 /* Allocate a condition. */
176 __gthread_objc_condition_allocate (objc_condition_t UNUSED(condition))
181 /* Deallocate a condition. */
183 __gthread_objc_condition_deallocate (objc_condition_t UNUSED(condition))
188 /* Wait on the condition */
190 __gthread_objc_condition_wait (objc_condition_t UNUSED(condition),
196 /* Wake up all threads waiting on this condition. */
198 __gthread_objc_condition_broadcast (objc_condition_t UNUSED(condition))
203 /* Wake up one thread waiting on this condition
[all...]
H A Dgthr-nks.h221 /* Backend condition mutex functions */
223 /* Allocate a condition. */
225 __gthread_objc_condition_allocate (objc_condition_t condition) argument
227 condition->backend = NXCondAlloc (NULL);
228 if (condition->backend == NULL)
234 /* Deallocate a condition. */
236 __gthread_objc_condition_deallocate (objc_condition_t condition) argument
238 if (NXCondFree ((NXCond_t *)condition->backend) != 0)
240 condition->backend = NULL;
244 /* Wait on the condition */
246 __gthread_objc_condition_wait(objc_condition_t condition, objc_mutex_t mutex) argument
253 __gthread_objc_condition_broadcast(objc_condition_t condition) argument
260 __gthread_objc_condition_signal(objc_condition_t condition) argument
[all...]
H A Dgthr-posix.h505 /* Backend condition mutex functions */
507 /* Allocate a condition. */
509 __gthread_objc_condition_allocate (objc_condition_t condition) argument
513 condition->backend = objc_malloc (sizeof (pthread_cond_t));
515 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
517 objc_free (condition->backend);
518 condition->backend = NULL;
526 /* Deallocate a condition. */
528 __gthread_objc_condition_deallocate (objc_condition_t condition) argument
532 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition
543 __gthread_objc_condition_wait(objc_condition_t condition, objc_mutex_t mutex) argument
554 __gthread_objc_condition_broadcast(objc_condition_t condition) argument
564 __gthread_objc_condition_signal(objc_condition_t condition) argument
[all...]
H A Dgthr-posix95.h465 /* Backend condition mutex functions */
467 /* Allocate a condition. */
469 __gthread_objc_condition_allocate (objc_condition_t condition) argument
473 condition->backend = objc_malloc (sizeof (pthread_cond_t));
475 if (__gthrw_(pthread_cond_init) ((pthread_cond_t *) condition->backend, NULL))
477 objc_free (condition->backend);
478 condition->backend = NULL;
486 /* Deallocate a condition. */
488 __gthread_objc_condition_deallocate (objc_condition_t condition) argument
492 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition
503 __gthread_objc_condition_wait(objc_condition_t condition, objc_mutex_t mutex) argument
514 __gthread_objc_condition_broadcast(objc_condition_t condition) argument
524 __gthread_objc_condition_signal(objc_condition_t condition) argument
[all...]
H A Dloop-doloop.c53 used elsewhere. If the loop-variable or condition register are
60 condition is unused at all except for the exit test, or if we do not have to
69 /* Return the loop termination condition for PATTERN or zero
79 rtx condition; local
83 (parallel [(set (pc) (if_then_else (condition)
120 /* Check for (set (pc) (if_then_else (condition)
130 /* Extract loop termination condition. */
131 condition = XEXP (SET_SRC (cmp), 0);
134 if ((GET_CODE (condition) != GE
135 && GET_CODE (condition) !
290 doloop_modify(struct loop *loop, struct niter_desc *desc, rtx doloop_seq, rtx condition, rtx count) argument
486 rtx condition; local
[all...]
H A Dgthr-solaris.h349 /* Backend condition mutex functions */
351 /* Allocate a condition. */
353 __gthread_objc_condition_allocate (objc_condition_t condition) argument
356 return __gthrw_(cond_init) ((cond_t *) (&(condition->backend)), USYNC_THREAD,
362 /* Deallocate a condition. */
364 __gthread_objc_condition_deallocate (objc_condition_t condition) argument
367 return __gthrw_(cond_destroy) ((cond_t *) (&(condition->backend)));
372 /* Wait on the condition */
374 __gthread_objc_condition_wait (objc_condition_t condition, objc_mutex_t mutex) argument
377 return __gthrw_(cond_wait) ((cond_t *) (&(condition
385 __gthread_objc_condition_broadcast(objc_condition_t condition) argument
395 __gthread_objc_condition_signal(objc_condition_t condition) argument
[all...]
H A Dgthr-dce.h367 /* Backend condition mutex functions */
369 /* Allocate a condition. */
371 __gthread_objc_condition_allocate (objc_condition_t condition
381 /* Deallocate a condition. */
383 __gthread_objc_condition_deallocate (objc_condition_t condition
393 /* Wait on the condition */
395 __gthread_objc_condition_wait (objc_condition_t condition
406 /* Wake up all threads waiting on this condition. */
408 __gthread_objc_condition_broadcast (objc_condition_t condition
418 /* Wake up one thread waiting on this condition
[all...]
H A Doptc-gen.awk193 condition = opt_args("Condition", flags[i])
195 if (condition != "")
201 condition, cl_flags, cl_flags)
H A Dgthr-win32.h288 /* Backend condition mutex functions */
290 /* Allocate a condition. */
292 __gthread_objc_condition_allocate (objc_condition_t condition) argument
298 /* Deallocate a condition. */
300 __gthread_objc_condition_deallocate (objc_condition_t condition) argument
306 /* Wait on the condition */
308 __gthread_objc_condition_wait (objc_condition_t condition, objc_mutex_t mutex) argument
314 /* Wake up all threads waiting on this condition. */
316 __gthread_objc_condition_broadcast (objc_condition_t condition) argument
322 /* Wake up one thread waiting on this condition
324 __gthread_objc_condition_signal(objc_condition_t condition) argument
[all...]
H A Dreorg.c109 based on the condition code of the previous insn.
675 delete the insn that sets the condition code, but it is hard to find it.
745 Use either a branch that annuls when the condition if true or
746 invert the test with a branch that annuls when the condition is
761 second branch in the case where the inverted condition is true.
969 CONDITION, if nonzero, is the condition that JUMP_INSN is testing. */
972 mostly_true_jump (rtx jump_insn, rtx condition)
1016 if (condition == 0)
1028 /* Return the condition under which INSN will branch to TARGET. If TARGET
1029 is zero, return the condition unde
963 mostly_true_jump(rtx jump_insn, rtx condition) argument
1071 condition_dominates_p(rtx condition, rtx insn) argument
1204 steal_delay_list_from_target(rtx insn, rtx condition, rtx seq, rtx delay_list, struct resources *sets, struct resources *needed, struct resources *other_needed, int slots_to_fill, int *pslots_filled, int *pannul_p, rtx *pnew_thread) argument
1337 steal_delay_list_from_fallthrough(rtx insn, rtx condition, rtx seq, rtx delay_list, struct resources *sets, struct resources *needed, struct resources *other_needed, int slots_to_fill, int *pslots_filled, int *pannul_p) argument
2496 fill_slots_from_thread(rtx insn, rtx condition, rtx thread, rtx opposite_thread, int likely, int thread_if_true, int own_thread, int slots_to_fill, int *pslots_filled, rtx delay_list) argument
2925 rtx condition; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb.h52 enum gdb_rc gdb_breakpoint (char *address, char *condition,
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dsystem_error.cpp35 error_category::equivalent(int code, const error_condition& condition) const {
36 return default_error_condition(code) == condition;
40 error_category::equivalent(const error_code& code, int condition) const {
41 return *this == code.category() && code.value() == condition;
/freebsd-9.3-release/tools/regression/security/cap_test/
H A Dcap_test.h62 #define CHECK(condition) do { \
63 if (!(condition)) \
65 __func__, __LINE__, #condition); \
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-break.c78 char *condition = NULL; local
119 condition = optarg;
141 rc = gdb_breakpoint (address, condition,
146 rc = gdb_breakpoint (address, condition,
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmatch.c153 char *condition; local
155 /* do we have an appended condition? */
156 condition = strpbrk(pattern, "<>=");
157 if (condition) {
159 /* yes, isolate the pattern from the condition ... */
160 if (condition > pattern && condition[-1] == '!')
161 condition--;
162 condchar = *condition;
163 *condition
[all...]
/freebsd-9.3-release/contrib/libc++/src/
H A Dsystem_error.cpp34 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT
36 return default_error_condition(code) == condition;
40 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
42 return *this == code.category() && code.value() == condition;
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dkernel.h60 #define BUG_ON(condition) do { if (condition) BUG(); } while(0)
/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A Dunity_fixture.h79 #define CHECK(condition) TEST_ASSERT_TRUE((condition))
H A Dunity.h68 #define TEST_ASSERT(condition) UNITY_TEST_ASSERT( (condition), __LINE__, " Expression Evaluated To FALSE")
69 #define TEST_ASSERT_TRUE(condition) UNITY_TEST_ASSERT( (condition), __LINE__, " Expected TRUE Was FALSE")
70 #define TEST_ASSERT_UNLESS(condition) UNITY_TEST_ASSERT( !(condition), __LINE__, " Expression Evaluated To TRUE")
71 #define TEST_ASSERT_FALSE(condition) UNITY_TEST_ASSERT( !(condition), __LINE__, " Expected FALSE Was TRUE")
172 #define TEST_ASSERT_MESSAGE(condition, message) UNITY_TEST_ASSERT( (condition), __LINE_
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Drwlock.h25 #include <isc/condition.h>
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/
H A Dcondition.c18 /* $Id: condition.c,v 1.36 2007/06/19 23:47:18 tbox Exp $ */
26 #include <isc/condition.h>
/freebsd-9.3-release/contrib/expat/tests/
H A Dminicheck.h75 void _fail_unless(int condition, const char *file, int line, char *msg);
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Drwlock.h25 #include <isc/condition.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/
H A Dcondition.c18 /* $Id: condition.c,v 1.36 2007/06/19 23:47:18 tbox Exp $ */
26 #include <isc/condition.h>
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_osdep.h135 #define WARN_ON(condition) do { \
136 if (__predict_false((condition)!=0)) { \

Completed in 229 milliseconds

1234