Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c304 assert(mutex_held(&sip_msg->sip_msg_mutex)); in _sip_copy_header()
380 assert(mutex_held(&_old_msg->sip_msg_mutex)); in _sip_find_and_copy_all_header()
409 assert(mutex_held(&_old_msg->sip_msg_mutex)); in _sip_find_and_copy_header()
569 assert(mutex_held(&_sip_msg->sip_msg_mutex)); in sip_delete_all_headers()
595 assert(mutex_held(&_sip_msg->sip_msg_mutex)); in sip_delete_headers()
635 assert(mutex_held(&sip_msg->sip_msg_mutex)); in _sip_add_header()
808 assert(mutex_held(&sip_msg->sip_msg_mutex)); in sip_search_for_header()
H A Dsip_msg.c74 assert(mutex_held(&_sip_msg->sip_msg_mutex)); in sip_destroy_msg()
262 assert(mutex_held(&msg->sip_msg_mutex)); in sip_msg_to_msgbuf()
H A Dsip_logging.c67 assert(mutex_held(&sip_counters.sip_counter_mutex)); in sip_measure_traffic()
H A Dsip_msg.h39 extern int mutex_held();
H A Dsip_parse_generic.c1194 assert(mutex_held(&sip_header->sip_hdr_sipmsg->sip_msg_mutex)); in sip_parse_first_line()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn2_common37 mutex_held
H A Dsyn_common500 mutex_held
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1902 ASSERT(mutex_held(mp)); in mutex_recursion()
2069 tsp == NULL && mutex_held(mp)) in mutex_lock_internal()
2460 !mutex_held(mp)) in mutex_unlock_internal()
2854 #pragma weak _mutex_held = mutex_held
2856 mutex_held(mutex_t *mparg) in mutex_held() function
2886 if (mutex_held(mp) && in mutex_consistent()
3138 mutex_held(mp) && in heldlock_exit()
3485 if (!mutex_held(mp)) in cond_wait_common()
3546 !mutex_held(mp)) in __cond_wait()
3604 !mutex_held(mp)) in __cond_timedwait()
[all …]
H A Dassfail.c203 } else if (!mutex_held(&mcopy)) { in lock_error()
215 if (msg != NULL || mutex_held(&mcopy)) in lock_error()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1316 int mutex_held; in cardbus_ioctl() local
1337 mutex_held = mutex_tryenter(&cbp->cb_mutex); in cardbus_ioctl()
1344 if (mutex_held) in cardbus_ioctl()
1356 if (mutex_held) in cardbus_ioctl()
1361 if (mutex_held) in cardbus_ioctl()
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1006 int mutex_held; in pcihp_ioctl() local
1024 mutex_held = mutex_tryenter(&slotinfop->slot_mutex); in pcihp_ioctl()
1028 if (mutex_held) { in pcihp_ioctl()
1038 if (mutex_held) in pcihp_ioctl()
1050 if (mutex_held) in pcihp_ioctl()
1055 if (mutex_held) in pcihp_ioctl()
/illumos-gate/usr/src/lib/libthread/common/
H A Dmapfile-vers307 mutex_held { TYPE = FUNCTION };
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c1873 int mutex_held = 1; in px_goto_l23ready() local
1928 mutex_held = 0; in px_goto_l23ready()
1939 if (mutex_held) in px_goto_l23ready()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1490 extern int mutex_held(mutex_t *);
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3759 mutex_held;