Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/pthread.cfa

    r9d47c1f rc3d0182a  
    99// Author           : Zhenyan Zhu
    1010// Created On       : Sat Aug 6 16:29:18 2022
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Sep  4 15:37:51 2023
     11// Last Modified By : Kyoung Seo
     12// Last Modified On : Mon Jan 27 20:35:00 2025
    1313// Update Count     : 1
    1414//
     
    392392
    393393        pthread_t pthread_self(void) libcfa_public __THROW {
    394                 return (pthread_t)((uintptr_t)active_thread() - (sizeof(cfaPthread) - sizeof(thread$)));
     394                return (pthread_t)((uintptr_t)active_thread());
    395395        }
    396396
Note: See TracChangeset for help on using the changeset viewer.