summaryrefslogtreecommitdiff
path: root/src/win32/thread.c
Commit message (Expand)AuthorAgeFilesLines
* win32: use GIT_ASSERTEdward Thomson2020-11-271-8/+5
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-3/+2
* thread: don't use the global tlsdata for thread exitEdward Thomson2020-10-111-5/+18
* global: separate global state from thread-local stateEdward Thomson2020-10-111-4/+4
* init: move thread init to git_global_threads_initEdward Thomson2020-10-111-1/+1
* 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