]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
misc threads patches by Izy nyov/izy-misc-thread-patch
authorIzy <izy@>
Mon, 17 Nov 2014 14:21:17 +0000 (14:21 +0000)
committernyov <nyov@nexnode.net>
Tue, 18 Nov 2014 12:25:53 +0000 (12:25 +0000)
commitddfc5e3f21404d71ba36e9b0873044a87b3cc85c
tree0537874333468c5fcf2a3f0596bbdd6fb9b7a818
parent6d56b5f88b61a8c3092d56efafabeaa12fdd8294
misc threads patches by Izy

Provided by mynick1 on IRC,
whitespace- and indent-cleaned.

Patch description for threads:
- Added the missing header guard in the C header file
- Fixed some memory leaks (by adding 5 missing calls to "free")
- Removed the poor's man :( debugging system
- Added the "set thread priority low/normal/high" functions
- Made WaitThread looking more similar to the SDL interface
sv_main.c
thread.h
thread_null.c
thread_pthread.c
thread_sdl.c
thread_win.c