ladybird/Libraries/LibThread
joshua stein 482611766a LibThread: Store thread id as pthread_t, use pthread_self()
Serenity calls pthread_self() for gettid() anyway but this makes it
portable.
2020-02-05 18:39:45 +01:00
..
BackgroundAction.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
BackgroundAction.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
Lock.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Thread.cpp LibThread: Store thread id as pthread_t, use pthread_self() 2020-02-05 18:39:45 +01:00
Thread.h LibThread: Store thread id as pthread_t, use pthread_self() 2020-02-05 18:39:45 +01:00