summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/sharedtex_mt.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/xdemos: Check for string overflow.Vinson Lee2010-01-061-0/+4
|
* progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee2009-11-201-4/+4
|
* xdemos: Fix sharedtex_mt.Thomas Hellstrom2009-03-171-70/+33
| | | | | | | | | 1) Don't allow multiple threads sharing current context, even if they are mutex protected. 2) Remove all XLockDisplay(), XUnLockDisplay() calls, as they were only workarounds for xcb. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
* xdemos: Add multithreaded sharedtex_mt.Thomas Hellstrom2009-03-131-0/+523
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>