Searched refs:perl_mutex (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | perlvars.h | 38 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
|
| D | thread.h | 179 Zero((m), 1, perl_mutex); \
|
| D | perl.h | 3744 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; \
|
| D | util.c | 6680 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/ |
| D | os2thread.h | 6 typedef _rmutex perl_mutex; typedef 10 int os2_cond_wait(perl_cond *c, perl_mutex *m);
|
| D | os2.c | 263 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/ |
| D | win32thread.h | 16 typedef CRITICAL_SECTION perl_mutex; typedef 24 typedef HANDLE perl_mutex; typedef
|
| D | win32.c | 189 static perl_mutex win32_read_console_mutex;
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/ |
| D | threads.xs | 86 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/ |
| D | shared.xs | 187 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/ |
| D | HiRes.xs | 686 STATIC perl_mutex darwin_time_mutex;
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | vms.c | 1294 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 );
|