Home
last modified time | relevance | path

Searched refs:SWITCH_MUTEX_UNNESTED (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_hiredis/
H A Dhiredis_pipeline.c179 switch_mutex_init(&request->mutex, SWITCH_MUTEX_UNNESTED, profile->pool); in hiredis_profile_execute_pipeline()
227 switch_mutex_init(&request->mutex, SWITCH_MUTEX_UNNESTED, profile->pool); in hiredis_profile_eval_pipeline()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mongo/
H A Dmod_mongo.c646 switch_mutex_init(&pvt->mutex, SWITCH_MUTEX_UNNESTED, switch_core_session_get_pool(session)); in SWITCH_LIMIT_INCR()
888 switch_mutex_init(&globals.mod_mongo_private_mutex, SWITCH_MUTEX_UNNESTED, pool); in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_dahdi_codec/
H A Dmod_dahdi_codec.c500 switch_mutex_init(&transcoder_counter_mutex, SWITCH_MUTEX_UNNESTED, pool); in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_smpp/
H A Dmod_smpp_gateway.c72 switch_mutex_init(&(gateway->conn_mutex), SWITCH_MUTEX_UNNESTED, mod_smpp_globals.pool); in mod_smpp_gateway_create()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_erlang_event/
H A Dmod_erlang_event.c463 switch_mutex_init(&reply->mutex, SWITCH_MUTEX_UNNESTED, pool); in new_fetch_reply()
1528 switch_mutex_init(&p->mutex, SWITCH_MUTEX_UNNESTED, session_element->pool); in attach_call_to_spawned_process()
1947 switch_mutex_init(&mod_erlang_event_globals.listener_count_mutex, SWITCH_MUTEX_UNNESTED, pool); in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_apr.h319 #define SWITCH_MUTEX_UNNESTED 0x2 /**< disable nested locks */ macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_sms_flowroute/
H A Dmod_sms_flowroute.c360 switch_mutex_init(&msg->mutex, SWITCH_MUTEX_UNNESTED, profile->pool); in mod_sms_flowroute_profile_send_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/asr_tts/mod_unimrcp/
H A Dmod_unimrcp.c651 …if (switch_mutex_init(&laudio_queue->mutex, SWITCH_MUTEX_UNNESTED, pool) != SWITCH_STATUS_SUCCESS)… in audio_queue_create()
890 if (switch_mutex_init(&schan->mutex, SWITCH_MUTEX_UNNESTED, pool) != SWITCH_STATUS_SUCCESS || in speech_channel_create()
4425 switch_mutex_init(&globals.mutex, SWITCH_MUTEX_UNNESTED, pool); in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_sangoma_codec/
H A Dmod_sangoma_codec.c1245 switch_mutex_init(&g_sessions_lock, SWITCH_MUTEX_UNNESTED, pool); in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_http_cache/
H A Dmod_http_cache.c1906 switch_mutex_init(&gcache.mutex, SWITCH_MUTEX_UNNESTED, gcache.pool); in SWITCH_MODULE_LOAD_FUNCTION()