HomeSort by relevance Sort by last modified time
    Searched full:dpid (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplay.h 158 /* DPID - DirectPlay player and group ID */
159 typedef DWORD DPID, *LPDPID;
161 /* DPID from whence originate messages - just an ID */
162 #define DPID_SYSMSG 0 /* DPID of system */
163 #define DPID_ALLPLAYERS 0 /* DPID of all players */
164 #define DPID_SERVERPLAYER 1 /* DPID of the server player */
402 DPID dpId,
409 DPID dpId,
    [all...]
  /external/libcxx/test/std/thread/futures/futures.async/
async.pass.cpp 111 bool DPID = DefaultPolicyIsDeferred;
118 test<int>(checkInt, DPID, f0);
121 test<int>(checkInt, DPID, AnyPolicy, f0);
125 test<int&>(checkIntRef, DPID, f1);
128 test<int&>(checkIntRef, DPID, AnyPolicy, f1);
132 test<void>(checkVoid, DPID, f2);
135 test<void>(checkVoid, DPID, AnyPolicy, f2);
140 test<Ret>(checkUPtr, DPID, f3, 3);
141 test<Ret>(checkUPtr, DPID, f4, std::unique_ptr<int>(new int(3)));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.async/
async.pass.cpp 111 bool DPID = DefaultPolicyIsDeferred;
118 test<int>(checkInt, DPID, f0);
121 test<int>(checkInt, DPID, AnyPolicy, f0);
125 test<int&>(checkIntRef, DPID, f1);
128 test<int&>(checkIntRef, DPID, AnyPolicy, f1);
132 test<void>(checkVoid, DPID, f2);
135 test<void>(checkVoid, DPID, AnyPolicy, f2);
140 test<Ret>(checkUPtr, DPID, f3, 3);
141 test<Ret>(checkUPtr, DPID, f4, std::unique_ptr<int>(new int(3)));
  /external/libdaemon/libdaemon/
Makefile.am 31 dpid.h \
42 dpid.c \
dfork.c 196 pid_t dpid; local
287 dpid = getpid();
288 if (atomic_write(pipe_fds[1], &dpid, sizeof(dpid)) != sizeof(dpid)) {
307 dpid = (pid_t) -1;
309 if (atomic_write(pipe_fds[1], &dpid, sizeof(dpid)) != sizeof(dpid))
317 pid_t dpid; local
    [all...]
Android.mk 9 dpid.c \
daemon.h 36 #include <libdaemon/dpid.h>
dpid.c 45 #include "dpid.h"
  /external/lisa/tools/analysis/
runtime.py 54 dpid = -1 # Debug all pids variable
64 global starttime, endtime, dpid
74 debug = (dpid == prevpid or dpid == nextpid or dpid == -1) and debugg
91 if debug and dpid == prevpid: print 'adding to total time {}, new total {}'.format(runtime, rp.total_time)
runnable.py 53 dpid = 21047 variable
79 debug = False # debugg and (prevpid == dpid or nextpid == dpid)
126 debug = False # debugg and (pid == dpid)
  /external/libdaemon/examples/
testd.c 37 #include <libdaemon/dpid.h>
  /external/tcpdump/tests/
of10_7050sx_bsn-vv.out 29 dpid 0x0000001c737d280f, n_buffers 0, n_tables 1
148 dpid 0x0000001c737d280f, n_buffers 0, n_tables 1
of10_pf5240-vv.out 27 dpid 0x000100255cab0c07, n_buffers 544, n_tables 11
of10_s4810-vvvv.out 23 dpid 0x00010001e88ae0e2, n_buffers 0, n_tables 6
63 dpid 0x00010001e88ae0e2, n_buffers 0, n_tables 6
    [all...]
of10_p3295-vv.out 25 dpid 0x0000089e0162d5f4, n_buffers 256, n_tables 1
    [all...]
  /external/tcpdump/
print-openflow-1.0.c     [all...]

Completed in 258 milliseconds