HomeSort by relevance Sort by last modified time
    Searched full:portable_status (Results 1 - 1 of 1) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
waitpid.c 33 int portable_status; local
45 portable_status = (*status & ~0x7f) | signum_ntop(WTERMSIG(*status));
47 portable_status = (*status & ~0xff00) | (signum_ntop(WSTOPSIG(*status)) << 8);
49 portable_status = *status;
51 ALOGV("%s: (*status):0x%08x = portable_status:0x%08x", __func__,
52 *status, portable_status);
54 *status = portable_status;

Completed in 650 milliseconds