Searched refs:datum (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Dtombstone.c679 uint32_t datum = htonl(pid); local
680 TEMP_FAILURE_RETRY( write(log->amfd, &datum, 4) );
681 datum = htonl(signal);
682 TEMP_FAILURE_RETRY( write(log->amfd, &datum, 4) );

Completed in 26 milliseconds