Changeset 626 for trunk/kernel/syscalls/sys_barrier.c
- Timestamp:
- Apr 29, 2019, 7:25:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_barrier.c
r625 r626 104 104 105 105 // copy barrier attributes into kernel space 106 hal_copy_from_uspace( &k_attr , (void*)attr , sizeof(pthread_barrierattr_t) ); 106 hal_copy_from_uspace( local_cxy, 107 &k_attr, 108 (void*)attr, 109 sizeof(pthread_barrierattr_t) ); 107 110 108 111 if ( count != k_attr.x_size * k_attr.y_size *k_attr.nthreads )
Note: See TracChangeset
for help on using the changeset viewer.