Searched refs:MUTEX_LOCK (Results 1 – 18 of 18) sorted by relevance
306 MUTEX_LOCK(&MY_POOL.create_destruct_mutex); in S_ithread_free()315 MUTEX_LOCK(&thread->mutex); in S_ithread_free()339 MUTEX_LOCK(&MY_POOL.create_destruct_mutex); in S_ithread_free()349 MUTEX_LOCK(&thread->mutex); in S_ithread_count_inc()362 MUTEX_LOCK(&MY_POOL.create_destruct_mutex); in S_exit_warning()410 MUTEX_LOCK(&thread->mutex); in ithread_mg_free()577 MUTEX_LOCK(&thread->mutex); in S_ithread_run()673 MUTEX_LOCK(&MY_POOL.create_destruct_mutex); in S_ithread_run()674 MUTEX_LOCK(&thread->mutex); in S_ithread_run()706 MUTEX_LOCK(&thread->mutex); in S_ithread_run()[all …]
111 #define MUTEX_LOCK(m) mutex_lock(*m) macro202 # define MUTEX_LOCK(m) \ macro283 #if defined(MUTEX_LOCK) && defined(MUTEX_UNLOCK) \298 MUTEX_LOCK(&(mutex)->lock); \305 MUTEX_LOCK(&(mutex)->lock); \317 MUTEX_LOCK(&(mutex)->lock); \472 # define LOCK_DOLLARZERO_MUTEX MUTEX_LOCK(&PL_dollarzero_mutex)477 #ifndef MUTEX_LOCK478 # define MUTEX_LOCK(m) NOOP macro
256 #ifndef MUTEX_LOCK257 # define MUTEX_LOCK(l) macro265 # define MALLOC_LOCK MUTEX_LOCK(&PL_malloc_mutex)792 # undef MUTEX_LOCK793 # define MUTEX_LOCK(m) STMT_START { if (*m) mutex_lock(*m); } STMT_END macro
630 # define OP_REFCNT_LOCK MUTEX_LOCK(&PL_op_mutex)1097 # define OP_CHECK_MUTEX_LOCK MUTEX_LOCK(&PL_check_mutex)
665 # define HINTS_REFCNT_LOCK MUTEX_LOCK(&PL_hints_mutex)
6394 MUTEX_LOCK(mutex)6424 MUTEX_LOCK(mutex); \7015 # define KEYWORD_PLUGIN_MUTEX_LOCK MUTEX_LOCK(&PL_keyword_plugin_mutex)7019 # define USER_PROP_MUTEX_LOCK MUTEX_LOCK(&PL_user_prop_mutex)
2727 MUTEX_LOCK(&PL_perlio_mutex); in PerlIOUnix_refcnt_inc()2755 MUTEX_LOCK(&PL_perlio_mutex); in PerlIOUnix_refcnt_dec()2782 MUTEX_LOCK(&PL_perlio_mutex); in PerlIOUnix_refcnt()3695 MUTEX_LOCK(&PL_perlio_mutex); in PerlIOStdio_close()
2852 MUTEX_LOCK(&PL_perlio_mutex); in Perl_atfork_lock()2855 MUTEX_LOCK(&PL_malloc_mutex); in Perl_atfork_lock()5486 MUTEX_LOCK(&PL_my_ctx_mutex);
18 #define MUTEX_LOCK(m) EnterCriticalSection(m) macro31 # define MUTEX_LOCK(m) \ macro87 MUTEX_LOCK(m); \
4138 MUTEX_LOCK(&win32_read_console_mutex); in win32_read()
199 MUTEX_LOCK, enumerator314 case Event::MUTEX_LOCK: in HandleEvent()451 Event event(Event::MUTEX_LOCK, &m); in Lock()
217 MUTEX_LOCK(&lock->mutex); in recursive_lock_release()249 MUTEX_LOCK(&lock->mutex); in recursive_lock_acquire()677 MUTEX_LOCK(mut); in Perl_sharedsv_cond_timedwait()694 MUTEX_LOCK(mut); in Perl_sharedsv_cond_timedwait()1278 MUTEX_LOCK(&PL_sharedsv_lock.mutex); in S_shared_signal_hook()1614 MUTEX_LOCK(&ul->lock.mutex);1665 MUTEX_LOCK(&ul->lock.mutex);
270 MUTEX_LOCK(&start_thread_mutex); in pthread_join()383 MUTEX_LOCK(&start_thread_mutex); in pthread_startit()423 MUTEX_LOCK(&start_thread_mutex); in pthread_create()433 MUTEX_LOCK(&start_thread_mutex); /* Wait for init to proceed */ in pthread_create()441 MUTEX_LOCK(&start_thread_mutex); in pthread_detach()500 if (m) MUTEX_LOCK(m); in os2_cond_wait()712 MUTEX_LOCK(&perlos2_state_mutex); in loadByOrdinal()1764 MUTEX_LOCK(&perlos2_state_mutex); in os2_stat()2767 MUTEX_LOCK(&perlos2_state_mutex); in XS()5140 MUTEX_LOCK(&perlos2_state_mutex); in my_flock()[all …]
124 #define MUTEX_LOCK(m) \ macro175 MUTEX_LOCK(m); \
699 MUTEX_LOCK(&darwin_time_mutex); in darwin_time_init()
265 - MUTEX_LOCK, not PERL_MUTEX_LOCK: blead e5b02b5d
215 MUTEX_LOCK # Z added by devel/scanprov
1317 MUTEX_LOCK(&primenv_mutex); in prime_env_iter()10369 MUTEX_LOCK( (perl_mutex *) dd->mutex );