HomeSort by: relevance | last modified time | path
    Searched defs:self_id (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-thread-equal.c 30 uv_thread_t self_id = uv_thread_self(); local
32 ASSERT_NOT_NULL(self_id);
34 ASSERT_OK(uv_thread_equal(&main_thread_id, &self_id));
  /src/sys/dev/ieee1394/
firewire.c 960 union fw_self_id *self_id; local
973 self_id = fc->topology_map->self_id;
981 *self_id = *((union fw_self_id *)sid);
983 if (self_id->p0.sequel == 0) {
988 node = self_id->p0.phy_id;
990 fc->max_node = self_id->p0.phy_id;
993 self_id->p0.phy_speed;
998 self_id->p0.phy_speed);
999 if ((fc->irm == -1 || self_id->p0.phy_id > fc->irm) &
2301 union fw_self_id *self_id; local
    [all...]
firewire.h 412 union fw_self_id self_id[4*64]; member in struct:fw_topology_map
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.h 451 #define self_id objc_global_trees[OCTI_SELF_ID] macro
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.h 447 #define self_id objc_global_trees[OCTI_SELF_ID] macro

Completed in 128 milliseconds