Home
last modified time | relevance | path

Searched refs:mutex_held (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/lib/libsip/common/
H A Dsip_headers.c306 assert(mutex_held(&sip_msg->sip_msg_mutex)); in _sip_copy_header()
382 assert(mutex_held(&_old_msg->sip_msg_mutex)); in _sip_find_and_copy_all_header()
411 assert(mutex_held(&_old_msg->sip_msg_mutex)); in _sip_find_and_copy_header()
571 assert(mutex_held(&_sip_msg->sip_msg_mutex)); in sip_delete_all_headers()
597 assert(mutex_held(&_sip_msg->sip_msg_mutex)); in sip_delete_headers()
637 assert(mutex_held(&sip_msg->sip_msg_mutex)); in _sip_add_header()
810 assert(mutex_held(&sip_msg->sip_msg_mutex)); in sip_search_for_header()
H A Dsip_msg.c76 assert(mutex_held(&_sip_msg->sip_msg_mutex)); in sip_destroy_msg()
264 assert(mutex_held(&msg->sip_msg_mutex)); in sip_msg_to_msgbuf()
H A Dsip_logging.c69 assert(mutex_held(&sip_counters.sip_counter_mutex)); in sip_measure_traffic()
H A Dsip_msg.h41 extern int mutex_held();
H A Dsip_parse_generic.c1196 assert(mutex_held(&sip_header->sip_hdr_sipmsg->sip_msg_mutex)); in sip_parse_first_line()
/titanic_44/usr/src/lib/c_synonyms/
H A Dsyn2_common37 mutex_held
H A Dsyn_common500 mutex_held
/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c1900 ASSERT(mutex_held(mp)); in mutex_recursion()
2063 if ((mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK)) && mutex_held(mp)) in mutex_lock_internal()
2067 tsp == NULL && mutex_held(mp)) in mutex_lock_internal()
2427 !mutex_held(mp)) in mutex_unlock_internal()
2430 if (self->ul_error_detection && !mutex_held(mp)) in mutex_unlock_internal()
2801 #pragma weak _mutex_held = mutex_held
2803 mutex_held(mutex_t *mparg) in mutex_held() function
2833 if (mutex_held(mp) && in mutex_consistent()
3085 mutex_held(mp) && in heldlock_exit()
3433 if (!mutex_held(mp)) in cond_wait_common()
[all …]
H A Dassfail.c209 } else if (!mutex_held(&mcopy)) { in lock_error()
221 if (msg != NULL || mutex_held(&mcopy)) in lock_error()
/titanic_44/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1314 int mutex_held; in cardbus_ioctl() local
1335 mutex_held = mutex_tryenter(&cbp->cb_mutex); in cardbus_ioctl()
1342 if (mutex_held) in cardbus_ioctl()
1354 if (mutex_held) in cardbus_ioctl()
1359 if (mutex_held) in cardbus_ioctl()
/titanic_44/usr/src/uts/common/io/
H A Dmultidata.c909 boolean_t mutex_held) in mmd_getpdesc() argument
915 ASSERT(!mutex_held || MUTEX_HELD(&(mmd->mmd_pd_slab_lock))); in mmd_getpdesc()
917 if (!mutex_held) in mmd_getpdesc()
942 if (!mutex_held) in mmd_getpdesc()
/titanic_44/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1004 int mutex_held; in pcihp_ioctl() local
1022 mutex_held = mutex_tryenter(&slotinfop->slot_mutex); in pcihp_ioctl()
1026 if (mutex_held) { in pcihp_ioctl()
1036 if (mutex_held) in pcihp_ioctl()
1048 if (mutex_held) in pcihp_ioctl()
1053 if (mutex_held) in pcihp_ioctl()
/titanic_44/usr/src/lib/libthread/common/
H A Dmapfile-vers307 mutex_held { TYPE = FUNCTION };
/titanic_44/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c1877 int mutex_held = 1; in px_goto_l23ready() local
1932 mutex_held = 0; in px_goto_l23ready()
1943 if (mutex_held) in px_goto_l23ready()
/titanic_44/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1467 extern int mutex_held(mutex_t *);
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers3003 mutex_held;