summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2042 from jwillemsen/jwi-cleanupmacrosJohnny Willemsen2023-02-021-10/+0
|\
| * Further cleanup not used macrosJohnny Willemsen2023-02-011-10/+0
* | Removed pharlap supportJohnny Willemsen2023-02-011-28/+1
|/
* More cleanupJohnny Willemsen2023-01-171-7/+2
* More Sun OS/compiler cleanupJohnny Willemsen2023-01-171-43/+6
* Cleanup Solaris supportJohnny Willemsen2023-01-171-329/+7
* Cleanup several macros which are not set by any config fileJohnny Willemsen2023-01-161-3/+0
* More Windows CE cleanupJohnny Willemsen2023-01-131-24/+0
* Removed Windows CE supportJohnny Willemsen2023-01-131-32/+5
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-131-13/+13
* Merge pull request #1922 from knutpett/knutpett/whitespaceJohnny Willemsen2022-09-121-3/+0
|\
| * Remove leading blank lines after opening {Knut Petter Svendsen2022-09-101-2/+0
| * Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-091-1/+0
* | Removed unnecessary check of ret inside the while condition.Chad Elliott2022-09-091-2/+1
* | Fixed indentation.Chad Elliott2022-09-081-1/+1
* | Added support for VxWorks 21.03, including building for RTP mode.Chad Elliott2022-09-081-1/+2
|/
* Use VxWorks type for return value of sysClkRateGetJohnny Willemsen2022-07-041-2/+2
* Add cast to short to silence compiler warning, done in more places already to...Johnny Willemsen2022-07-041-1/+1
* Removed check for ACE_LACKS_VA_FUNCTIONS from VxWorks specific codeJohnny Willemsen2022-07-021-3/+0
* Update some more taskSpawn return value checksJohnny Willemsen2022-07-021-4/+4
* Use ACE_VX_TASK_ID_ERRORJohnny Willemsen2022-07-021-2/+2
* Updated return value check of taskSpawnJohnny Willemsen2022-07-011-3/+3
* Replace fallthrough with ACE_FALLTHROUGHSteve Huston2022-04-211-3/+3
* Add missing memory includeVemund Handeland2022-03-271-1/+1
* support thread naming via pthread_setname_np() if available (#1763)Erik Sohns2022-02-091-3/+17
* Removed FAIL value from ACE_OSCALL an ACE_OSCALL_RETURN, not used at allJohnny Willemsen2021-06-281-29/+22
* Renamed ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS to ACE_HAS_WIN32_STRUCTURED_EXCEP...Johnny Willemsen2021-06-261-2/+2
* Use reset instead of ACE_auto_ptr_resetJohnny Willemsen2021-06-081-2/+1
* Merge pull request #1389 from iguessthislldo/igtd/gettid-exportFred Hornsey2021-01-071-10/+0
|\
| * Move thr_gettid to inlineJohnny Willemsen2021-01-071-10/+0
* | Removed empty lineJohnny Willemsen2021-01-061-1/+0
|/
* Remove redundant void from the core ACE library filesJohnny Willemsen2020-12-071-3/+3
* Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-101-4/+0
* ACE_OS::rwlock_init: On Win32, use unnamed kernelAdam Mitz2020-07-171-6/+29
* Add support for Embarcadero C++ Builder 10.4 SydneyJohnny Willemsen2020-05-271-1/+0
* Removed commented out code, small const changeJohnny Willemsen2020-05-081-10/+1
* wchar fixAdam Mitz2020-01-201-1/+1
* code review changesAdam Mitz2020-01-171-5/+5
* ACE_OS::rwlock_init - fixed bug when RW Lock is emulated and creating a condi...Adam Mitz2020-01-161-57/+77
* Merge pull request #917 from ocielliottc/masterocielliottc2019-06-241-6/+8
|\
| * - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-061-6/+8
* | Conditional Include of OS_NS_sys_resource.hFred Hornsey2019-06-061-1/+3
* | Remove gettid checkFred Hornsey2019-06-051-1/+1
* | gettid: Use ACE_NOTSUP_RETURN and other fixesFred Hornsey2019-05-021-4/+2
* | Use reinterpret_cast insteadFred Hornsey2019-05-011-1/+1
* | Account for "opaque_pthread_t"Fred Hornsey2019-04-181-1/+3
* | Respond to PR commentsFred Hornsey2019-04-171-6/+4
* | Add ACE_OS::thr_gettid()Fred Hornsey2019-04-111-0/+13
|/
* Add missing explicitJohnny Willemsen2019-02-071-1/+1
* Removed ACE_NO_HEAP_CHECK macro because it is broken, see issue #733Johnny Willemsen2019-02-061-3/+0