source: pthread

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2346   6 years dmik pthread: Implement key destructors. Closes #182.
(edit) @2345   6 years dmik pthread: Make pthread_join survive kLIBC signal delivery. kLIBC uses …
(edit) @2333   6 years Silvan Scherrer add nice bldlevel and build against libcx
(edit) @2332   6 years Silvan Scherrer remove exceptq handler, as used from libcx now
(edit) @2331   6 years Silvan Scherrer shut up more warnings
(edit) @2330   6 years Silvan Scherrer remove warnings about _gettid
(edit) @2329   6 years Silvan Scherrer fixes ticket #205 (code by KO Myung-Hun)
(edit) @2328   6 years Silvan Scherrer fixes ticket #204 (code by KO Myung-Hun)
(edit) @2250   7 years dmik Remove dangerous DosEnterCritSec usage. Closes #175.
(edit) @1235   9 years Yuri Dario pthread: add QT creator project files.
(edit) @1234   9 years Yuri Dario pthread: enable EXAPIS and mappings for fork() registration.
(edit) @1208   9 years Yuri Dario pthread: add some basic rwlock support.
(edit) @1137   10 years Yuri Dario pthread: add missing export _pthread_attr_setdetachstate(), fixes …
(edit) @1118   10 years Yuri Dario Change pthread_yield() return value to int, fixes ticket#63.
(edit) @813   11 years Yuri Dario pthread: LIBC_THREAD_MIN_STACK_SIZE value will be handled in …
(edit) @812   11 years Yuri Dario pthread: set stack to be at least 2MB for new threads.
(edit) @720   11 years dmik pthread: Return proper POSIX errors in 'key' APIs. In particular, …
(edit) @718   11 years dmik phtread: Fix invalid dereference in TlsAlloc and TlsFree. The second …
(edit) @707   11 years Yuri Dario pthread: tag for new release.
(edit) @706   11 years Yuri Dario pthread: build static .a lib in aout mode.
(edit) @705   11 years Yuri Dario pthread: komh, pthread_mutex_destroy() crashs if a variable with …
(edit) @684   11 years Yuri Dario pthread: fix initializer for mutex destroy, fixes AOO i123001.
(edit) @683   11 years Yuri Dario pthread: added more debugging trace.
(edit) @525   13 years Yuri Dario pthread: added pthread_rwlock_* stubs.
(edit) @477   13 years Yuri Dario pthread: add pthread_kill export, add pthread_detach prototype.
(edit) @476   13 years Yuri Dario pthread: add pthread_kill export, add pthread_detach prototype.
(edit) @383   13 years Yuri Dario pthread: kmk no longer uses bin directory.
(edit) @381   13 years Yuri Dario pthread: kmk now requires explicit install.
(edit) @378   13 years Yuri Dario pthread: -Zdll is required when building a dynamic library, triggers …
(edit) @376   13 years Yuri Dario phtread: do not link dlls with -Zbin-files, this will trigger binary …
(edit) @366   13 years Yuri Dario pthread: exception record must be on stack, always uninstall record …
(edit) @360   14 years Yuri Dario pthread: enable high memory access for library, otherwise every app …
(edit) @331   14 years Yuri Dario pthread: added missing pthread_detach export.
(edit) @330   14 years Yuri Dario pthread: added missing pthread_detach export.
(edit) @326   14 years Yuri Dario pthread: do not compile _DLL_InitTerm for static libraries (komh).
(edit) @325   14 years Yuri Dario pthread: fix return codes and variable init (komh).
(edit) @324   14 years Yuri Dario pthread: added missing prototypes (komh).
(edit) @323   14 years Yuri Dario pthread: inherit build flags from environment.
(edit) @322   14 years Yuri Dario pthread: customize kmk tarket names.
(edit) @321   14 years Yuri Dario pthread: added missing export.
(edit) @315   14 years Yuri Dario pthread: install ExceptQ exception handler in running thread.
(edit) @314   14 years Yuri Dario pthread: added test suite source files (from pthread-win32 package) …
(edit) @313   14 years Yuri Dario pthread: fix PTHREAD_COND_INITILIZER macro.
(edit) @312   14 years Yuri Dario pthread: return EBUSY if mutex is not owned, fixes 100% cpu on destroy …
(edit) @311   14 years Yuri Dario pthread: THR_self is not created, pthread_self() return a different …
(edit) @310   14 years Yuri Dario pthread: moved data structures to private header, now public ABI does …
(edit) @270   14 years Yuri Dario pthread: fixed pthread_create prototype.
(edit) @242   14 years Yuri Dario pthread: equal() is now a real function, fixes compiler warnings.
(edit) @241   14 years Yuri Dario pthread: revert mutex destroy value.
(edit) @240   14 years Yuri Dario pthread: fixed atomic exchange, fix mutex destroy value.
(edit) @239   14 years Yuri Dario pthread: fixed THR_self init, first TLS key is 0; removed unused …
(edit) @238   14 years Yuri Dario pthread: more error cheching in join(), warning cleanup.
(edit) @237   14 years Yuri Dario pthread: protect mutex initialization, KO Myung-Hun.
(edit) @236   14 years Yuri Dario pthread: fixed once structure init, KO Myung-Hun.
(edit) @234   14 years Yuri Dario pthread: added support for joinable and detachable threads, improved …
(edit) @224   14 years Yuri Dario pthread: (partial) merge once code from redhat win32 pthread.
(edit) @223   14 years Yuri Dario pthread: (partial) merge mutex code from redhat win32 pthread.
(edit) @222   14 years Yuri Dario pthread: mutex updates, code by KO Myung-Hun.
(edit) @221   14 years Yuri Dario pthread: mutex updates, code by KO Myung-Hun.
(edit) @181   14 years Yuri Dario pthread: implement pthread_mutex_trylock as real function.
(edit) @148   15 years Yuri Dario pthread: build as dynamic library, 20100929.
(edit) @147   15 years Yuri Dario pthread: implemented pthread_join(), source cleanup.
(edit) @146   15 years Yuri Dario pthread: implemented pthread_join(), source cleanup.
(edit) @145   15 years Yuri Dario pthread: pthread emulation, 20100217.
(edit) @144   15 years Yuri Dario pthread: pthread emulation, 20081008 tls.
(edit) @143   15 years Yuri Dario pthread: pthread emulation, 20080822 kmk build system.
(edit) @142   15 years Yuri Dario pthread: pthread emulation, 20080430.
(edit) @141   15 years Yuri Dario pthread: pthread emulation, 20060719.
(add) @140   15 years Yuri Dario pthread: pthread emulation, 20050923.
Note: See TracRevisionLog for help on using the revision log.