aboutsummaryrefslogtreecommitdiff
path: root/src/jthread/jthread.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up threadingShadowNinja2015-08-231-117/+0
| | | | | | | | | | | | | | | | | | | | * Rename everything. * Strip J prefix. * Change UpperCamelCase functions to lowerCamelCase. * Remove global (!) semaphore count mutex on OSX. * Remove semaphore count getter (unused, unsafe, depended on internal API functions on Windows, and used a hack on OSX). * Add `Atomic<type>`. * Make `Thread` handle thread names. * Add support for C++11 multi-threading. * Combine pthread and win32 sources. * Remove `ThreadStarted` (unused, unneeded). * Move some includes from the headers to the sources. * Move all of `Event` into its header (allows inlining with no new includes). * Make `Event` use `Semaphore` (except on Windows). * Move some porting functions into `Thread`. * Integrate logging with `Thread`. * Add threading test.
* jthread remove locks that aren't absolutely requiredsapier2014-04-191-5/+33
| | | | add c++11 atomic support (optional)
* Fix broken async locking in release buildsapier2013-12-031-0/+9
|
* Cleanup jthread and fix win32 buildsapier2013-12-011-1/+0
|
* Fix broken thread stop handlingsapier2013-11-301-0/+2
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-2/+3
|
* Always use builtin JThread librarykwolekr2013-09-151-1/+1
|
* Add minetest.get_mapgen_object to APIkwolekr2013-06-271-0/+1
|
* CMake working on Linux (not on windows)Perttu Ahola2011-01-081-0/+77
--HG-- rename : Makefile => Makefile.bak