Home
last modified time | relevance | path

Searched refs:SYS_write (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_decls.h14 # if !defined(SYS_write) && defined(__NR_write)
15 # define SYS_write __NR_write macro
/third_party/ulib/jemalloc/src/
A Dutil.c51 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_write) in wrtmessage()
61 UNUSED long result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); in wrtmessage()
/third_party/ulib/jemalloc/
A Dconfigure.ac1513 syscall(SYS_write, 2, "hello", 5);

Completed in 7 milliseconds