OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__libc_current_sigrtmax
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
__libc_current_sigrtmax.cpp
31
int
__libc_current_sigrtmax
(void) {
function
/bionic/libc/include/android/
legacy_signal_inlines.h
45
int
__libc_current_sigrtmax
() __attribute__((__weak__)) __VERSIONER_NO_GUARD;
49
if (
__libc_current_sigrtmax
) return
__libc_current_sigrtmax
();
50
return __SIGRTMAX; /* Should match
__libc_current_sigrtmax
. */
/bionic/libc/include/
signal.h
53
#define SIGRTMAX (
__libc_current_sigrtmax
())
55
int
__libc_current_sigrtmax
(void) __INTRODUCED_IN(21);
Completed in 277 milliseconds