HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 451 - 475 of 2872) sorted by null

<<11121314151617181920>>

  /external/libcxxabi/src/
cxa_guard.cpp 189 const lock_type id = pthread_mach_thread_np(std::__libcpp_thread_get_current_id()); local
197 if (lock == id)
207 set_lock(*guard_object, id);
210 set_lock(*guard_object, id);
  /external/libdrm/nouveau/nvif/
if0002.h 10 __u8 id; member in struct:nvif_perfmon_query_domain_v0
  /external/libhevc/encoder/
osal_select_engine.h 62 WORD32 id; /* To generate id for each entry */ member in struct:__anon28778
  /external/libnl/src/
nl-link-stats.c 45 static void dump_stat(struct rtnl_link *link, int id)
47 uint64_t st = rtnl_link_get_stat(link, id);
51 rtnl_link_stat2str(id, buf, sizeof(buf)), st);
66 int id = rtnl_link_str2stat(argv[optind]); local
68 if (id < 0)
72 dump_stat(link, id);
  /external/linux-kselftest/tools/testing/selftests/timers/
posix_timers.c 142 timer_t id; local
157 err = timer_create(which, NULL, &id);
170 err = timer_settime(id, 0, &val, NULL);
  /external/ltp/testcases/kernel/containers/sysvipc/
sem_comm.c 59 int id; local
63 id = semget(TESTKEY, 1, IPC_CREAT);
64 if (id == -1) {
70 if (semctl(id, 0, SETVAL, su) == -1) {
72 semctl(id, 0, IPC_RMID);
82 if (semop(id, &sm, 1) == -1) {
84 semctl(id, 0, IPC_RMID);
92 semop(id, &sm, 1);
94 semctl(id, 0, IPC_RMID);
100 int id, rval = 0 local
    [all...]
sem_nstest.c 50 int id; local
58 id = semget(MY_KEY, 1, 0);
59 if (id == -1)
63 tst_resm(TINFO, "PID %d: Fetched existing semaphore..id = %d",
64 getpid(), id);
77 int ret, use_clone = T_NONE, id; local
108 id = semget(MY_KEY, 1, IPC_CREAT | IPC_EXCL | 0666);
109 if (id == -1) {
115 id = semget(MY_KEY, 1, 0);
116 if (id == -1)
    [all...]
shm_comm.c 61 int id, rval = 0; local
64 id = shmget(TESTKEY, SHMSIZE, IPC_CREAT);
65 if (id == -1) {
70 if ((shmem = shmat(id, NULL, 0)) == (char *) -1) {
72 shmctl(id, IPC_RMID, NULL);
88 shmctl(id, IPC_RMID, NULL);
94 int id; local
97 id = shmget(TESTKEY, SHMSIZE, IPC_CREAT);
98 if (id == -1) {
103 if ((shmem = shmat(id, NULL, 0)) == (char *) -1)
    [all...]
shmem_2nstest.c 124 int id; local
183 id = shmget(TESTKEY, 100, 0);
184 shmctl(id, IPC_RMID, NULL);
shmnstest.c 47 int id; local
55 id = shmget(TESTKEY, 100, 0);
56 if (id == -1) {
60 shmctl(id, IPC_RMID, NULL);
78 int id; local
108 id = shmget(TESTKEY, 100, IPC_CREAT);
109 if (id == -1) {
141 shmctl(id, IPC_RMID, NULL);
  /external/ltp/testcases/kernel/containers/userns/
userns05.c 56 unsigned int id = 0; local
63 if (sscanf(userid, "user:[%u]", &id) != 1)
65 return id;
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl34.c 46 static void spawn_threads(pthread_t *id, void *(*thread_fn)(void *))
52 SAFE_PTHREAD_CREATE(id + i, NULL, thread_fn, (void *)i);
55 static void wait_threads(pthread_t *id)
61 SAFE_PTHREAD_JOIN(id[i], NULL);
100 pthread_t id[thread_cnt]; local
110 spawn_threads(id, thread_fn_01);
111 wait_threads(id);
  /external/lzma/C/
XzEnc.h 20 UInt32 id; member in struct:__anon32522
  /external/mesa3d/src/glx/apple/
apple_glx_surface.c 133 xp_client_id id; local
135 id = apple_glx_get_client_id();
136 if (0 == id)
143 if (XAppleDRICreateSurface(dpy, screen, d->drawable, id, key, &s->uid)) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_perfmon.h 32 int id; member in struct:st_perf_counter_object
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ChromaFormat.java 34 private int id; field in class:ChromaFormat
38 public ChromaFormat(int id, int subWidth, int subHeight) {
39 this.id = id;
44 public static ChromaFormat fromId(int id) {
45 if (id == MONOCHROME.id) {
47 } else if (id == YUV_420.id) {
49 } else if (id == YUV_422.id)
    [all...]
  /external/oj-libjdwp/src/share/back/
invoker.h 40 jint id; member in struct:InvokeRequest
63 jvmtiError invoker_requestInvoke(jbyte invokeType, jbyte options, jint id,
  /external/skia/src/compute/skc/
extent_ring.c 100 skc_subbuf_id_t id; local
105 sizeof(*snap),&id,NULL);
106 // save the id
107 snap->id = id;
162 skc_runtime_host_temp_free(runtime,curr,curr->id);
extent_ring.h 116 skc_subbuf_id_t id; // id of host temp suballocation member in struct:skc_extent_ring_snap
  /external/skia/src/core/
SkTypefaceCache.cpp 89 SkFontID id = face->uniqueID(); local
91 face, id, s.weight(), s.width(), s.slant(), n.c_str());
  /external/skia/src/gpu/vk/
GrVkSampler.h 73 uint32_t id; local
75 id = nextID++;
76 } while (id == SK_InvalidUniqueID);
77 return id;
  /external/skqp/src/compute/skc/
extent_ring.c 100 skc_subbuf_id_t id; local
105 sizeof(*snap),&id,NULL);
106 // save the id
107 snap->id = id;
162 skc_runtime_host_temp_free(runtime,curr,curr->id);
extent_ring.h 116 skc_subbuf_id_t id; // id of host temp suballocation member in struct:skc_extent_ring_snap
  /external/skqp/src/core/
SkTypefaceCache.cpp 89 SkFontID id = face->uniqueID(); local
91 face, id, s.weight(), s.width(), s.slant(), n.c_str());
  /external/skqp/src/gpu/vk/
GrVkSampler.h 73 uint32_t id; local
75 id = nextID++;
76 } while (id == SK_InvalidUniqueID);
77 return id;

Completed in 2056 milliseconds

<<11121314151617181920>>