Changeset 671 for trunk/kernel/libk/remote_sem.c
- Timestamp:
- Nov 19, 2020, 11:47:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/remote_sem.c
r635 r671 188 188 189 189 // check calling thread can yield 190 assert( (this->busylocks == 0),190 assert( __FUNCTION__, (this->busylocks == 0), 191 191 "cannot yield : busylocks = %d\n", this->busylocks ); 192 192
Note: See TracChangeset
for help on using the changeset viewer.