18 #ifndef _DECAF_UTIL_CONCURRENT_LOCKSUPPORT_H_ 19 #define _DECAF_UTIL_CONCURRENT_LOCKSUPPORT_H_ 28 namespace concurrent {
153 static void parkNanos(
long long nanos );
175 static void parkUntil(
long long deadline );
A Thread is a concurrent unit of execution.
Definition: Thread.h:64
#define DECAF_API
Definition: Config.h:29
Basic thread blocking primitives for creating locks and other synchronization classes.
Definition: LockSupport.h:97
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25