Changeset a0a949c for libcfa/src/concurrency/pthread.cfa
- Timestamp:
- Mar 14, 2023, 11:08:41 AM (6 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 089a0d7
- Parents:
- b2f3880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/pthread.cfa
rb2f3880 ra0a949c 598 598 if (t->pthreadData == NULL) return NULL; 599 599 lock(key_lock); 600 pthread_values & entry = ((pthread_values *)t->pthreadData)[key];600 pthread_values & entry = ((pthread_values *)t->pthreadData)[key]; 601 601 if ( ! entry.in_use ) { 602 602 unlock( key_lock );
Note: See TracChangeset
for help on using the changeset viewer.