Albert Coder

Results 3 issues of Albert Coder

nanosleep in px_nanosleep.c in posix layer , when req->tv_nsec = 0 but req->tv_sec > 0, it may return EINVAL; I found the description "/* Check for valid inputs */ /*...

in function pthread_cond_wait and pthread_cond_timedwait, using pthread_mutex_unlock(mutex), when status = tx_semaphore_get(semaphore_ptr, wait_option); returns status !=TX_SUCCESS, it does not deal the mutex , making the mutex unlock. when next time using...

in DwarfAbbreviation.cs line 87; `public bool TryFindByCode(ulong code, out DwarfAbbreviationItem item) { item = null; if (code == 0) { return `false; } code--; if (_mapItems.Count > 0) { return...

bug
Help Welcome