diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-03 16:34:47 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-03 16:34:47 +0000 |
commit | 1f5895a1c4980727163b32b39405e3fc770ace84 (patch) | |
tree | c968ab1f54af403a2d0ae2c35c306c6a1c681630 /ext | |
parent | d56822ea78ccd419fa1a2b1c29ac9b350d06d407 (diff) | |
download | perl-1f5895a1c4980727163b32b39405e3fc770ace84.tar.gz |
Add new keyword "lock" to Opcode.pm
p4raw-id: //depot/perl@55
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Opcode/Opcode.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 2fe23f0711..1878417ceb 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -427,6 +427,12 @@ beyond the scope of the compartment. rand srand +=item :base_thread + +This op is related to multi-threading. + + lock + =item :default A handy tag name for a I<reasonable> default set of ops. (The current ops |