CVSROOT: /cvs Module name: src Changes by: fg...@cvs.openbsd.org 2013/12/08 12:04:07
Modified files: lib/librthread : rthread_sem.c Log message: Reduce the random name length when sem_init is called with pshared following what is recommended for mkstemp. This reduces the number of calls to sched_yield considerably. tedu@ ok.