Home
last modified time | relevance | path

Searched refs:enif_mutex_destroy (Results 1 – 25 of 87) sorted by relevance

1234

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/c_src/
H A Dwxe_main.cpp100 enif_mutex_destroy(wxe_status_m); in stop_native_gui()
102 enif_mutex_destroy(wxe_batch_locker_m); in stop_native_gui()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/c_src/
H A Dwxe_main.cpp100 enif_mutex_destroy(wxe_status_m); in stop_native_gui()
102 enif_mutex_destroy(wxe_batch_locker_m); in stop_native_gui()
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/c_src/
H A Dwxe_main.cpp100 enif_mutex_destroy(wxe_status_m); in stop_native_gui()
102 enif_mutex_destroy(wxe_batch_locker_m); in stop_native_gui()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/c_src/
H A Dwxe_main.cpp100 enif_mutex_destroy(wxe_status_m); in stop_native_gui()
102 enif_mutex_destroy(wxe_batch_locker_m); in stop_native_gui()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/nif_SUITE_data/
H A Dnif_mod.h29 enif_mutex_destroy((NMPD)->mtx); \
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/nif_SUITE_data/
H A Dnif_mod.h29 enif_mutex_destroy((NMPD)->mtx); \
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/nif_SUITE_data/
H A Dnif_mod.h29 enif_mutex_destroy((NMPD)->mtx); \
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/nif_SUITE_data/
H A Dnif_mod.h29 enif_mutex_destroy((NMPD)->mtx); \
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/nif_SUITE_data/
H A Dnif_mod.h29 enif_mutex_destroy((NMPD)->mtx); \
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/nif_SUITE_data/
H A Dnif_mod.h29 enif_mutex_destroy((NMPD)->mtx); \
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/nif_SUITE_data/
H A Dnif_mod.h29 enif_mutex_destroy((NMPD)->mtx); \
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/c_src/
H A Dcheck_erlang.cocci97 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
169 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcheck_erlang.cocci97 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
169 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/c_src/
H A Dcheck_erlang.cocci97 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
169 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcheck_erlang.cocci97 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
169 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcheck_erlang.cocci97 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
169 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dcheck_erlang.cocci97 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
169 identifier FUNCVOID =~ "^(enif_mutex_destroy|enif_mutex_lock|enif_mutex_unlock|enif_rwlock_destroy|…
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/nif_SUITE_data/nif_api_2_0/
H A Derl_nif_api_funcs.h56 ERL_NIF_API_FUNC_DECL(void,enif_mutex_destroy,(ErlNifMutex *mtx));
164 # define enif_mutex_destroy ERL_NIF_API_FUNC_MACRO(enif_mutex_destroy) macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/nif_SUITE_data/nif_api_2_0/
H A Derl_nif_api_funcs.h56 ERL_NIF_API_FUNC_DECL(void,enif_mutex_destroy,(ErlNifMutex *mtx));
164 # define enif_mutex_destroy ERL_NIF_API_FUNC_MACRO(enif_mutex_destroy) macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/nif_SUITE_data/nif_api_2_0/
H A Derl_nif_api_funcs.h56 ERL_NIF_API_FUNC_DECL(void,enif_mutex_destroy,(ErlNifMutex *mtx));
164 # define enif_mutex_destroy ERL_NIF_API_FUNC_MACRO(enif_mutex_destroy) macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/nif_SUITE_data/nif_api_2_0/
H A Derl_nif_api_funcs.h56 ERL_NIF_API_FUNC_DECL(void,enif_mutex_destroy,(ErlNifMutex *mtx));
164 # define enif_mutex_destroy ERL_NIF_API_FUNC_MACRO(enif_mutex_destroy) macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/nif_SUITE_data/nif_api_2_0/
H A Derl_nif_api_funcs.h56 ERL_NIF_API_FUNC_DECL(void,enif_mutex_destroy,(ErlNifMutex *mtx));
164 # define enif_mutex_destroy ERL_NIF_API_FUNC_MACRO(enif_mutex_destroy) macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/nif_SUITE_data/nif_api_2_0/
H A Derl_nif_api_funcs.h56 ERL_NIF_API_FUNC_DECL(void,enif_mutex_destroy,(ErlNifMutex *mtx));
164 # define enif_mutex_destroy ERL_NIF_API_FUNC_MACRO(enif_mutex_destroy) macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/nif_SUITE_data/nif_api_2_0/
H A Derl_nif_api_funcs.h56 ERL_NIF_API_FUNC_DECL(void,enif_mutex_destroy,(ErlNifMutex *mtx));
164 # define enif_mutex_destroy ERL_NIF_API_FUNC_MACRO(enif_mutex_destroy) macro
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/priv/couch_ejson_compare/
H A Dcouch_ejson_compare.c532 enif_mutex_destroy(collMutex); in on_load()
561 enif_mutex_destroy(collMutex); in on_unload()

1234