summaryrefslogtreecommitdiff
path: root/src/win32/thread.c
Commit message (Expand)AuthorAgeFilesLines
* global: convert to fiber-local storage to fix exit racesPatrick Steinhardt2019-11-291-5/+0
* win32: cast GetProcAddress to void * before castingEdward Thomson2019-06-241-5/+5
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* threads: introduce `git_thread_exit`Edward Thomson2016-11-181-0/+18
* threads: add platform-independent thread initialization functionPatrick Steinhardt2016-06-201-29/+28
* win32: rename pthread.{c,h} to thread.{c,h}Patrick Steinhardt2016-06-201-0/+240