| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=158425
|
|
|
|
| |
Notes:
svn path=/head/; revision=157457
|
|
|
|
| |
Notes:
svn path=/head/; revision=156452
|
|
|
|
|
|
|
|
| |
2. Reuse current timer code and abstract some common code to
to support both timer and mqueue.
Notes:
svn path=/head/; revision=154021
|
|
|
|
|
|
|
|
|
| |
is LIBTHREAD_1_0, but really it should be LIBPTHREAD_1_0.
Fix it so libmap.conf works again (it was broken by recent versioning
code in rtld_elf).
Notes:
svn path=/head/; revision=153591
|
|
|
|
|
|
|
|
|
| |
rewritten, now timers created with same sigev_notify_attributes will
run in same thread, this allows user to organize which timers can
run in same thread to save some thread resource.
Notes:
svn path=/head/; revision=151922
|
|
|
|
| |
Notes:
svn path=/head/; revision=151871
|
|
|
|
| |
Notes:
svn path=/head/; revision=151637
|
|
|
|
|
|
|
|
|
|
|
|
| |
_pthread_mutexattr_getpshared
_pthread_mutexattr_setpshared
pthread_condattr_getpshared
pthread_condattr_setpshared
pthread_mutexattr_getpshared
pthread_mutexattr_setpshared
Notes:
svn path=/head/; revision=151609
|
|
|
|
| |
Notes:
svn path=/head/; revision=150904
|
|
|
|
|
|
|
|
| |
except the function will return ETIMEDOUT if target thread does not exit
before specified absolute time passes.
Notes:
svn path=/head/; revision=150901
|
|
|
|
|
|
|
| |
Noticed by: davidxu
Notes:
svn path=/head/; revision=148662
|
|
|
|
|
|
|
| |
events are reported.
Notes:
svn path=/head/; revision=144921
|
|
|
|
| |
Notes:
svn path=/head/; revision=144614
|
|
1. fast simple type mutex.
2. __thread tls works.
3. asynchronous cancellation works ( using signal ).
4. thread synchronization is fully based on umtx, mainly, condition
variable and other synchronization objects were rewritten by using
umtx directly. those objects can be shared between processes via
shared memory, it has to change ABI which does not happen yet.
5. default stack size is increased to 1M on 32 bits platform, 2M for
64 bits platform.
As the result, some mysql super-smack benchmarks show performance is
improved massivly.
Okayed by: jeff, mtm, rwatson, scottl
Notes:
svn path=/head/; revision=144518
|