aboutsummaryrefslogtreecommitdiffstats
path: root/ext/thread
Commit message (Expand)AuthorAgeFilesLines
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/thread/thread.c: move definitions of Queue, SizedQueueko12015-08-211-652/+0
* thread.c: refine enumsnobu2015-02-271-5/+7
* thread.c: no function callsin RARRAY_LENnobu2014-11-071-3/+6
* thread.c: check initializednobu2014-08-191-4/+14
* * ext/thread/thread.c: added nodoc attribute intohsbt2014-07-191-0/+1
* thread/thread.c: simplifynobu2014-07-171-34/+21
* thread/thread.c: non-blocking push on SizedQueuenobu2014-07-171-6/+31
* thread.c: undumpablenobu2014-03-261-0/+9
* ext/thread: SizedQueue#max= wakes up waiters properlynormal2014-02-051-1/+1
* thread/thread.c: no dupnobu2014-01-221-0/+2
* * ext/thread/thread.c (rb_szqueue_clear): notify SZQUEUE_WAITERSglass2014-01-141-0/+15
* * ext/thread/thread.c (rb_szqueue_push): check GET_SZQUEUE_WAITERScharliesome2014-01-131-1/+1
* * ext/thread/thread.c: [DOC] add call-seq alias for Queue#enq, #<<, etc.ktsj2013-12-091-13/+38
* * ext/thread/thread.c: [DOC] This patch accomplishes the following:zzak2013-11-131-59/+63
* * ext/thread/thread.c (ALIAS_GLOBAL_CONST): fix typo, GLOBCAL.nobu2013-10-021-5/+5
* * ext/thread/thread.c (Init_thread): move outer module condition.nobu2013-10-021-3/+5
* thread.c: invertnobu2013-09-071-1/+1
* thread.c: function castnobu2013-09-071-1/+8
* * common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can'tglass2013-09-062-0/+569