OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__micro_sec
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
nanosleep.h
24
useconds_t
__micro_sec
=
local
27
if (
__micro_sec
> 999999) {
29
__micro_sec
-= 1000000;
36
__rem->tv_nsec =
__micro_sec
* 1000;
41
if (
__micro_sec
) {
42
int __rt = usleep(
__micro_sec
);
47
__rem->tv_nsec =
__micro_sec
* 1000;
Completed in 29 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026