Home
last modified time | relevance | path

Searched defs:profile_lock (Results 1 – 9 of 9) sorted by relevance

/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_profile.c29 #define profile_lock(ps) UNUSED(ps) macro
39 #define profile_lock(ps) pthread_mutex_lock(&ps->lock) macro
52 #define profile_lock(ps) EnterCriticalSection(&ps->lock) macro
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_profile.c29 #define profile_lock(ps) UNUSED(ps) macro
39 #define profile_lock(ps) pthread_mutex_lock(&ps->lock) macro
52 #define profile_lock(ps) EnterCriticalSection(&ps->lock) macro
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_profile.c29 #define profile_lock(ps) UNUSED(ps) macro
39 #define profile_lock(ps) pthread_mutex_lock(&ps->lock) macro
52 #define profile_lock(ps) EnterCriticalSection(&ps->lock) macro
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_profile.c29 #define profile_lock(ps) UNUSED(ps) macro
39 #define profile_lock(ps) pthread_mutex_lock(&ps->lock) macro
52 #define profile_lock(ps) EnterCriticalSection(&ps->lock) macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_profile.c29 #define profile_lock(ps) UNUSED(ps) macro
39 #define profile_lock(ps) pthread_mutex_lock(&ps->lock) macro
52 #define profile_lock(ps) EnterCriticalSection(&ps->lock) macro
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_profile.c29 #define profile_lock(ps) UNUSED(ps) macro
39 #define profile_lock(ps) pthread_mutex_lock(&ps->lock) macro
52 #define profile_lock(ps) EnterCriticalSection(&ps->lock) macro
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_profile.c29 #define profile_lock(ps) UNUSED(ps) macro
39 #define profile_lock(ps) pthread_mutex_lock(&ps->lock) macro
52 #define profile_lock(ps) EnterCriticalSection(&ps->lock) macro
/dports/x11/roxterm/roxterm-3.11.1/src/
H A Dconfiglet.c44 static int profile_lock = 0; variable
/dports/security/suricata/suricata-6.0.4/src/
H A Dlog-pcap.c159 PcapLogProfileData profile_lock; member