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