Home
last modified time | relevance | path

Searched refs:perl_mutex (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dperlvars.h38 PERLVAR(G, op_mutex, perl_mutex) /* Mutex for op refcounting */
87 PERLVAR(G, perlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */
100 PERLVAR(G, hints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */
102 PERLVAR(G, locale_mutex, perl_mutex) /* Mutex related to locale handling */
162 PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */
169 PERLVAR(G, my_ctx_mutex, perl_mutex)
236 PERLVAR(G, keyword_plugin_mutex, perl_mutex) /* Mutex for PL_keyword_plugin and PL_infix_plugin */
341 PERLVAR(G, dollarzero_mutex, perl_mutex) /* Modifying $0 */
352 PERLVAR(G, malloc_mutex, perl_mutex) /* Mutex for malloc */
379 PERLVAR(G, user_prop_mutex, perl_mutex) /* Mutex for manipulating
Dthread.h179 Zero((m), 1, perl_mutex); \
Dperl.h3744 typedef mutex_t perl_mutex; typedef
3750 typedef pthread_mutex_t PERL_TSA_CAPABILITY("mutex") perl_mutex; typedef
3757 perl_mutex lock;
3776 EXTERN_C int perl_tsa_mutex_lock(perl_mutex* mutex)
3779 EXTERN_C int perl_tsa_mutex_unlock(perl_mutex* mutex)
5263 perl_mutex tmp = PL_malloc_mutex; \
Dutil.c6680 int perl_tsa_mutex_lock(perl_mutex* mutex)
6685 int perl_tsa_mutex_unlock(perl_mutex* mutex)
6690 int perl_tsa_mutex_destroy(perl_mutex* mutex)
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2thread.h6 typedef _rmutex perl_mutex; typedef
10 int os2_cond_wait(perl_cond *c, perl_mutex *m);
Dos2.c263 perl_mutex start_thread_mutex;
264 static perl_mutex perlos2_state_mutex;
488 os2_cond_wait(perl_cond *c, perl_mutex *m) in os2_cond_wait()
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32thread.h16 typedef CRITICAL_SECTION perl_mutex; typedef
24 typedef HANDLE perl_mutex; typedef
Dwin32.c189 static perl_mutex win32_read_console_mutex;
/openbsd/src/gnu/usr.bin/perl/dist/threads/
Dthreads.xs86 perl_mutex mutex; /* Mutex for updating things in this struct */
125 perl_mutex create_destruct_mutex;
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/
Dshared.xs187 perl_mutex mutex;
658 Perl_sharedsv_cond_timedwait(perl_cond *cond, perl_mutex *mut, double abs) in Perl_sharedsv_cond_timedwait()
/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/
DHiRes.xs686 STATIC perl_mutex darwin_time_mutex;
/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c1294 static perl_mutex primenv_mutex; in prime_env_iter()
10120 Newx(dd->mutex,1,perl_mutex);
10121 MUTEX_INIT( (perl_mutex *) dd->mutex );
10156 MUTEX_DESTROY( (perl_mutex *) dd->mutex );
10369 MUTEX_LOCK( (perl_mutex *) dd->mutex );
10375 MUTEX_UNLOCK( (perl_mutex *) dd->mutex );