Searched refs:sdk_util (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Devent_emitter.h15 #include "sdk_util/auto_lock.h"
16 #include "sdk_util/macros.h"
17 #include "sdk_util/ref_object.h"
18 #include "sdk_util/scoped_ref.h"
19 #include "sdk_util/simple_lock.h"
26 typedef sdk_util::ScopedRef<EventEmitter> ScopedEventEmitter;
40 class EventEmitter : public sdk_util::RefObject {
53 sdk_util::SimpleLock& GetLock() { return emitter_lock_; }
73 sdk_util::SimpleLock emitter_lock_;
H A Dtyped_fs_factory.h17 sdk_util::ScopedRef<T> fs(new T());
H A Dkernel_handle.h18 #include "sdk_util/macros.h"
19 #include "sdk_util/ref_object.h"
20 #include "sdk_util/scoped_ref.h"
21 #include "sdk_util/simple_lock.h"
41 class KernelHandle : public sdk_util::RefObject {
87 sdk_util::SimpleLock handle_lock_;
94 typedef sdk_util::ScopedRef<KernelHandle> ScopedKernelHandle;
H A Dkernel_object.h20 #include "sdk_util/macros.h"
21 #include "sdk_util/simple_lock.h"
107 sdk_util::SimpleLock handle_lock_;
110 sdk_util::SimpleLock fs_lock_;
113 sdk_util::SimpleLock cwd_lock_;
H A Dhost_resolver.h10 #include "sdk_util/simple_lock.h"
43 sdk_util::SimpleLock gethostbyname_lock_;
H A Devent_listener.h18 #include "sdk_util/auto_lock.h"
19 #include "sdk_util/macros.h"
20 #include "sdk_util/scoped_ref.h"
133 sdk_util::AutoLock* lock_;
155 sdk_util::SimpleLock signal_lock_;
H A Dnode.h18 #include "sdk_util/ref_object.h"
19 #include "sdk_util/scoped_ref.h"
20 #include "sdk_util/simple_lock.h"
32 typedef sdk_util::ScopedRef<Node> ScopedNode;
36 class Node : public sdk_util::RefObject {
131 sdk_util::SimpleLock node_lock_;
H A Dinode_pool.h13 #include "sdk_util/auto_lock.h"
55 sdk_util::SimpleLock lock_;
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dauto_lock.h9 #include "sdk_util/macros.h"
10 #include "sdk_util/simple_lock.h"
12 namespace sdk_util { namespace
17 ::sdk_util::AutoLock Lock##__LINE__(lock);
41 } // namespace sdk_util
H A Dsimple_lock.h9 #include "sdk_util/macros.h"
11 namespace sdk_util { namespace
40 } // namespace sdk_util
H A Dref_object.h11 #include "sdk_util/atomicops.h"
13 namespace sdk_util { namespace
71 } // namespace sdk_util
H A Dstring_util.h11 namespace sdk_util { namespace
37 } // namespace sdk_util
H A Dthread_pool.h13 #include "sdk_util/atomicops.h"
15 namespace sdk_util { namespace
49 } // namespace sdk_util
H A Dthread_safe_queue.h12 #include "sdk_util/auto_lock.h"
13 #include "sdk_util/macros.h"
15 namespace sdk_util { namespace
61 } // namespace sdk_util
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_node.cc14 #include "sdk_util/atomicops.h"
31 sdk_util::AtomicOrFetch(&stream_state_flags_, bits);
35 sdk_util::AtomicAndFetch(&stream_state_flags_, ~bits);
H A Dstream_node.h13 #include "sdk_util/atomicops.h"
20 typedef sdk_util::ScopedRef<StreamNode> ScopedStreamNode;
59 sdk_util::Atomic32 stream_state_flags_;
H A Dstream_event_emitter.h10 #include "sdk_util/macros.h"
11 #include "sdk_util/scoped_ref.h"
19 typedef sdk_util::ScopedRef<StreamEventEmitter> ScopedStreamEventEmitter;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs_factory.cc19 sdk_util::ScopedRef<FuseFs> fs(new FuseFs());
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_resource_manager.h12 #include "sdk_util/atomicops.h"
13 #include "sdk_util/macros.h"
14 #include "sdk_util/simple_lock.h"
39 sdk_util::SimpleLock lock_; // Protects next_handle_ and resource_map_.
54 void AddRef() { sdk_util::AtomicAddFetch(&ref_count_, 1); }
55 void Release() { sdk_util::AtomicAddFetch(&ref_count_, -1); }
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_event_emitter.h15 #include "sdk_util/auto_lock.h"
16 #include "sdk_util/macros.h"
21 typedef sdk_util::ScopedRef<PipeEventEmitter> ScopedPipeEventEmitter;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dudp_event_emitter.h11 #include "sdk_util/macros.h"
12 #include "sdk_util/scoped_ref.h"
17 typedef sdk_util::ScopedRef<UdpEventEmitter> ScopedUdpEventEmitter;
H A Dtcp_event_emitter.h13 #include "sdk_util/macros.h"
14 #include "sdk_util/scoped_ref.h"
21 typedef sdk_util::ScopedRef<TcpEventEmitter> ScopedTcpEventEmitter;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A DMakefile14 LIBS = $(DEPS) ppapi_simple nacl_io sdk_util ppapi_cpp ppapi pthread
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
H A DMakefile14 LIBS = $(DEPS) ppapi_simple nacl_io sdk_util ppapi_cpp ppapi pthread
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A DMakefile14 LIBS = $(DEPS) ppapi_simple nacl_io sdk_util ppapi_cpp ppapi pthread

Completed in 286 milliseconds

123