source: pthread

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.