summaryrefslogtreecommitdiff
path: root/sharedsv.h
Commit message (Collapse)AuthorAgeFilesLines
* We only need to fetch the SV from the backend if the indexArtur Bergman2001-10-241-0/+1
| | | | | | | | is not the same as mg_private. In theory this could be a problem if there are an exact multiple of U16 changes of a shared variable between two access in a given thread, we choose to avoid theory for now. p4raw-id: //depot/perl@12616
* More cleanups. (What's PERL_DECL_PROT?)Abhijit Menon-Sen2001-09-221-29/+19
| | | p4raw-id: //depot/perl@12137
* Add the shared sv space to the global vars.Artur Bergman2001-09-211-5/+4
| | | | | Fix problems compiling on win32. p4raw-id: //depot/perl@12102
* Changed how ownership of mutexes are held. We never hold a mutex only a slot ↵Artur Bergman2001-09-181-0/+1
| | | | | indicating that we own the lock. p4raw-id: //depot/perl@12066
* Protext sharedsv_space better. Extended EDIT and RELEASE macroArtur Bergman2001-08-171-2/+9
| | | p4raw-id: //depot/perl@11707
* [PATHC] sharedsv.[c|h]Jarkko Hietaniemi2001-08-131-0/+31
From: "Artur Bergman" <artur@contiller.se> Date: Mon, 13 Aug 2001 14:38:41 +0200 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev> Subject: [PATCH] embed.pl From: Arthur Bergman <arthur@contiller.se> Date: Mon, 13 Aug 2001 14:38:14 +0200 Message-ID: <B79D96D6.3088%arthur@contiller.se> Subject: [PATCH] sharedsv cleanups From: "Arthur Bergman" <arthur@contiller.se> Date: Mon, 13 Aug 2001 15:14:25 +0200 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev> Plus few tweaks: _init needs to be Adp, the prototypes should not be revealed unless using ithreads, #endif FOO must be #endif /* FOO */, adding (parentheses) around do { } while doesn't work too well. p4raw-id: //depot/perl@11659